commit | 10727772b93cc80c859b2e45bb32976d79b21990 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Sun Dec 04 16:02:43 2016 -0500 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Sun Dec 04 16:50:09 2016 -0500 |
tree | d77e08786a7816a6972082eccd76bb037f4996b1 | |
parent | 230bc962a6ffef8b15ac1fd2664ae9d4b56a64a6 [diff] |
NFS: Fix incorrect mapping 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>