patch-2.4.0-test12 linux/include/linux/nfs_fs_i.h
Next file: linux/include/linux/nfs_page.h
Previous file: linux/include/linux/nfs_fs.h
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Sun Dec 3 18:01:01 2000
- Orig file:
v2.4.0-test11/linux/include/linux/nfs_fs_i.h
- Orig date:
Tue Aug 8 12:27:27 2000
diff -u --recursive --new-file v2.4.0-test11/linux/include/linux/nfs_fs_i.h linux/include/linux/nfs_fs_i.h
@@ -3,6 +3,7 @@
#include <asm/types.h>
#include <linux/list.h>
+#include <linux/nfs.h>
/*
* nfs fs inode data in memory
@@ -15,6 +16,11 @@
__u64 fileid;
/*
+ * NFS file handle
+ */
+ struct nfs_fh fh;
+
+ /*
* Various flags
*/
unsigned short flags;
@@ -72,6 +78,7 @@
/*
* Legal inode flag values
*/
+#define NFS_INO_STALE 0x0001 /* possible stale inode */
#define NFS_INO_ADVISE_RDPLUS 0x0002 /* advise readdirplus */
#define NFS_INO_REVALIDATING 0x0004 /* 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)