diff options
Diffstat (limited to 'include/linux/nfs_fs.h')
-rw-r--r-- | include/linux/nfs_fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index 2b00625952a7..0ae5807480f4 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h | |||
@@ -211,6 +211,7 @@ struct nfs_inode { | |||
211 | #define NFS_INO_ADVISE_RDPLUS (0) /* advise readdirplus */ | 211 | #define NFS_INO_ADVISE_RDPLUS (0) /* advise readdirplus */ |
212 | #define NFS_INO_STALE (1) /* possible stale inode */ | 212 | #define NFS_INO_STALE (1) /* possible stale inode */ |
213 | #define NFS_INO_ACL_LRU_SET (2) /* Inode is on the LRU list */ | 213 | #define NFS_INO_ACL_LRU_SET (2) /* Inode is on the LRU list */ |
214 | #define NFS_INO_INVALIDATING (3) /* inode is being invalidated */ | ||
214 | #define NFS_INO_FLUSHING (4) /* inode is flushing out data */ | 215 | #define NFS_INO_FLUSHING (4) /* inode is flushing out data */ |
215 | #define NFS_INO_FSCACHE (5) /* inode can be cached by FS-Cache */ | 216 | #define NFS_INO_FSCACHE (5) /* inode can be cached by FS-Cache */ |
216 | #define NFS_INO_FSCACHE_LOCK (6) /* FS-Cache cookie management lock */ | 217 | #define NFS_INO_FSCACHE_LOCK (6) /* FS-Cache cookie management lock */ |