commit | 9310b224f2ecc8bb075b86d753a2f359e3e1ac85 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Sun Dec 04 18:08:40 2016 -0500 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Sun Dec 04 18:08:40 2016 -0500 |
tree | 9f7ab346783d43d70a6a148f3b46499ac20de054 | |
parent | 10727772b93cc80c859b2e45bb32976d79b21990 [diff] |
NFS: Fix incorrect size revalidation when holding a delegation We should only care about checking the attributes if the page cache is marked as dubious (using NFS_INO_REVAL_PAGECACHE) and the NFS_INO_REVAL_FORCED flag is set. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>