patch-2.2.19 linux/include/linux/nfs_fs_i.h
Next file: linux/include/linux/nfs_mount.h
Previous file: linux/include/linux/nfs_fs.h
Back to the patch index
Back to the overall index
- Lines: 34
- Date:
Sun Mar 25 11:37:40 2001
- Orig file:
v2.2.18/include/linux/nfs_fs_i.h
- Orig date:
Sun Mar 25 11:28:38 2001
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.18/include/linux/nfs_fs_i.h linux/include/linux/nfs_fs_i.h
@@ -1,6 +1,7 @@
#ifndef _NFS_FS_i
#define _NFS_FS_I
+#include <linux/list.h>
#include <linux/nfs.h>
#include <linux/pipe_fs_i.h>
@@ -22,6 +23,11 @@
__u64 fileid;
/*
+ * NFS file handle
+ */
+ struct nfs_fh fh;
+
+ /*
* Various flags
*/
unsigned short flags;
@@ -79,12 +85,10 @@
/*
* Legal inode flag values
*/
-#define NFS_INO_LOCKED 0x0001 /* locked for revalidation */
+#define NFS_INO_STALE 0x0001 /* We suspect inode is stale */
#define NFS_INO_ADVISE_RDPLUS 0x0002 /* advise readdirplus */
#define NFS_INO_REVALIDATING 0x0004 /* in nfs_revalidate() */
-#define NFS_INO_INVALIDATE 0x0008 /* zap cache on next occasion */
#define NFS_IS_SNAPSHOT 0x0010 /* a snapshot file */
-#define NFS_INO_STALE 0x0020 /* We suspect inode is stale */
#define NFS_INO_FLUSH 0x0040 /* inode is due for flushing */
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)