diff options
author | Trond Myklebust <trond.myklebust@hammerspace.com> | 2022-02-09 19:26:19 +0100 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | 2022-02-26 00:50:13 +0100 |
commit | 41e97b7f8a15d15da03ca15e6ff7b9b7ab7f588c (patch) | |
tree | 5b0f52def10cc3fa54795d52fa47f5fdd752e359 /include | |
parent | NFS: Replace last uses of NFS_INO_REVAL_PAGECACHE (diff) | |
download | linux-41e97b7f8a15d15da03ca15e6ff7b9b7ab7f588c.tar.xz linux-41e97b7f8a15d15da03ca15e6ff7b9b7ab7f588c.zip |
NFS: Remove unused flag NFS_INO_REVAL_PAGECACHE
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'include')
-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 ce3128e4bffa..72a732a5103c 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h @@ -247,7 +247,6 @@ struct nfs4_copy_state { #define NFS_INO_INVALID_ATIME BIT(2) /* cached atime is invalid */ #define NFS_INO_INVALID_ACCESS BIT(3) /* cached access cred invalid */ #define NFS_INO_INVALID_ACL BIT(4) /* cached acls are invalid */ -#define NFS_INO_REVAL_PAGECACHE BIT(5) /* must revalidate pagecache */ #define NFS_INO_REVAL_FORCED BIT(6) /* force revalidation ignoring a delegation */ #define NFS_INO_INVALID_LABEL BIT(7) /* cached label is invalid */ #define NFS_INO_INVALID_CHANGE BIT(8) /* cached change is invalid */ |