[parisc-linux-cvs] linux-2.5 willy

Matthew Wilcox parisc-linux@lists.parisc-linux.org
Fri, 18 Jul 2003 12:56:13 -0600 (MDT)


CVSROOT:	/var/cvs
Module name:	linux-2.5
Changes by:	willy	03/07/18 12:56:13

Modified files:
	Documentation/filesystems: Locking 

Log message:
- read_inode doesn't take the BKL any more
- neither does remount_fs
- readpages was added
- bmap changed types
- direct_IO changed prototype
- clarify fl_insert & fl_remove -- it was never safe to sleep.
- check_media_change became media_changed and no longer has the BKL.
- revalidate became revalidate_disk and no longer has the BKL.
- aio_read, aio_write, aio_fsync, sendfile, sendpage and get_unmapped_area
are new.
- llseek & fsync no longer have the BKL.