patch-2.3.23 linux/include/linux/nfs_fs_i.h
Next file: linux/include/linux/pagemap.h
Previous file: linux/include/linux/nfs_fs.h
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Mon Oct 18 11:26:37 1999
- Orig file:
v2.3.22/linux/include/linux/nfs_fs_i.h
- Orig date:
Wed Jun 16 19:26:27 1999
diff -u --recursive --new-file v2.3.22/linux/include/linux/nfs_fs_i.h linux/include/linux/nfs_fs_i.h
@@ -9,6 +9,12 @@
*/
struct nfs_inode_info {
/*
+ * The 64bit 'inode number'
+ */
+ __u32 fsid;
+ __u32 fileid;
+
+ /*
* Various flags
*/
unsigned short flags;
@@ -49,7 +55,7 @@
/*
* Legal inode flag values
*/
-#define NFS_INO_REVALIDATE 0x0001 /* revalidating attrs */
+#define NFS_INO_REVALIDATING 0x0001 /* revalidating attrs */
#define NFS_IS_SNAPSHOT 0x0010 /* a snapshot file */
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)