diff options
| author | Trond Myklebust <trond.myklebust@hammerspace.com> | 2019-06-11 14:29:47 -0400 |
|---|---|---|
| committer | Trond Myklebust <trond.myklebust@hammerspace.com> | 2019-07-06 14:54:52 -0400 |
| commit | 02a2779f223e9f77c114b0c64ca246b01c1dc563 (patch) | |
| tree | 36795f91a988dae3a9bf03de1cd425047373b3c6 /include/linux | |
| parent | 41adafa02eeb622ffc1f085c9a862a6554ed667e (diff) | |
| parent | 1c341b777501613aad83f9c233a3fe5701cff083 (diff) | |
Merge branch 'cache_consistency'
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/nfs_fs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index d363d5765cdf..0a11712a80e3 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h @@ -223,6 +223,8 @@ struct nfs4_copy_state { #define NFS_INO_INVALID_MTIME BIT(10) /* cached mtime is invalid */ #define NFS_INO_INVALID_SIZE BIT(11) /* cached size is invalid */ #define NFS_INO_INVALID_OTHER BIT(12) /* other attrs are invalid */ +#define NFS_INO_DATA_INVAL_DEFER \ + BIT(13) /* Deferred cache invalidation */ #define NFS_INO_INVALID_ATTR (NFS_INO_INVALID_CHANGE \ | NFS_INO_INVALID_CTIME \ |
