diff options
author | Trond Myklebust <trond.myklebust@primarydata.com> | 2016-06-01 18:23:01 -0400 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2016-06-22 09:59:42 -0400 |
commit | 6b56a89833fa7903595c8d138bb4927187315cba (patch) | |
tree | 77160ce6d2b08a121542d47f1d889011c595c464 /include/linux/nfs_fs.h | |
parent | ca0daa277acac1029f74d9fea838c9e507398226 (diff) |
NFS: Kill NFS_INO_NFS_INO_FLUSHING: it is a performance killer
filemap_datawrite() and friends already deal just fine with livelock.
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'include/linux/nfs_fs.h')
-rw-r--r-- | include/linux/nfs_fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index d71278c3c5bd..120dd04b553c 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h | |||
@@ -205,7 +205,6 @@ struct nfs_inode { | |||
205 | #define NFS_INO_STALE (1) /* possible stale inode */ | 205 | #define NFS_INO_STALE (1) /* possible stale inode */ |
206 | #define NFS_INO_ACL_LRU_SET (2) /* Inode is on the LRU list */ | 206 | #define NFS_INO_ACL_LRU_SET (2) /* Inode is on the LRU list */ |
207 | #define NFS_INO_INVALIDATING (3) /* inode is being invalidated */ | 207 | #define NFS_INO_INVALIDATING (3) /* inode is being invalidated */ |
208 | #define NFS_INO_FLUSHING (4) /* inode is flushing out data */ | ||
209 | #define NFS_INO_FSCACHE (5) /* inode can be cached by FS-Cache */ | 208 | #define NFS_INO_FSCACHE (5) /* inode can be cached by FS-Cache */ |
210 | #define NFS_INO_FSCACHE_LOCK (6) /* FS-Cache cookie management lock */ | 209 | #define NFS_INO_FSCACHE_LOCK (6) /* FS-Cache cookie management lock */ |
211 | #define NFS_INO_LAYOUTCOMMIT (9) /* layoutcommit required */ | 210 | #define NFS_INO_LAYOUTCOMMIT (9) /* layoutcommit required */ |