patch-2.1.86 linux/include/linux/fs.h

Next file: linux/include/linux/iso_fs.h
Previous file: linux/include/linux/elf.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.85/linux/include/linux/fs.h linux/include/linux/fs.h
@@ -125,9 +125,6 @@
 #define IS_NOATIME(inode) ((inode)->i_flags & MS_NOATIME)
 #define IS_NODIRATIME(inode) ((inode)->i_flags & MS_NODIRATIME)
 
-extern void update_atime (struct inode *inode);
-#define UPDATE_ATIME(inode) update_atime (inode)
-
 /* the read-only stuff doesn't really belong here, but any other place is
    probably as bad and I don't want to create yet another include file. */
 
@@ -153,6 +150,9 @@
 #include <asm/byteorder.h>
 #include <asm/bitops.h>
 
+extern void update_atime (struct inode *inode);
+#define UPDATE_ATIME(inode) update_atime (inode)
+
 extern void buffer_init(void);
 extern void inode_init(void);
 extern void file_table_init(void);
@@ -612,6 +612,7 @@
 	void (*write_super) (struct super_block *);
 	int (*statfs) (struct super_block *, struct statfs *, int);
 	int (*remount_fs) (struct super_block *, int *, char *);
+	void (*clear_inode) (struct inode *);
 };
 
 struct dquot_operations {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov