patch-2.4.21 linux-2.4.21/Documentation/filesystems/Locking

Next file: linux-2.4.21/Documentation/filesystems/jfs.txt
Previous file: linux-2.4.21/Documentation/fb/clgenfb.txt
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/Documentation/filesystems/Locking linux-2.4.21/Documentation/filesystems/Locking
@@ -93,6 +93,7 @@
 	void (*delete_inode) (struct inode *);
 	void (*put_super) (struct super_block *);
 	void (*write_super) (struct super_block *);
+	int (*sync_fs) (struct super_block *);
 	int (*statfs) (struct super_block *, struct statfs *);
 	int (*remount_fs) (struct super_block *, int *, char *);
 	void (*clear_inode) (struct inode *);
@@ -108,6 +109,7 @@
 clear_inode:	no	
 put_super:	yes	yes	maybe		(see below)
 write_super:	yes	yes	maybe		(see below)
+sync_fs:	yes	no	maybe		(see below)
 statfs:		yes	no	no
 remount_fs:	yes	yes	maybe		(see below)
 umount_begin:	yes	no	maybe		(see below)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)