commit | 4ebe83af202284b5ff8c65cb12902fd5518c5c58 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Sun Jun 03 12:12:52 2018 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Mon Jun 04 15:03:58 2018 -0400 |
tree | 003579070a9bb056ff377a62a1df0dc46077d57a | |
parent | c80d17c55d1171f3d3ead096a7fdc7d48e14725f [diff] |
NFS: Ignore NFS_INO_REVAL_FORCED in nfs_check_inode_attributes() If we hold a delegation, we should not need to call nfs_check_inode_attributes() since we already know which attributes are valid, and which ones may still need revalidation. The state of the NFS_INO_REVAL_FORCED flag is therefore irrelevant. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>