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
-  Lines: 16
-  Date:
2003-06-13 07:51:29.000000000 -0700
-  Orig file: 
linux-2.4.20/Documentation/filesystems/Locking
-  Orig date: 
2002-11-28 15:53:08.000000000 -0800
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)