commit | eb3d8f42231aec65b64b079dd17bd6c008a3fe29 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Wed Aug 28 11:26:13 2019 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Mon Sep 02 13:10:19 2019 -0400 |
tree | 13ec7187d0b1bdc3c01ed59af91528b434ce9b13 | |
parent | 089cf7f6ecb266b6a4164919a2e69bd2f938374a [diff] |
NFS: Fix inode fileid checks in attribute revalidation code We want to throw out the attrbute if it refers to the mounted on fileid, and not the real fileid. However we do not want to block cache consistency updates from NFSv4 writes. Reported-by: Murphy Zhou <jencce.kernel@gmail.com> Fixes: 7e10cc25bfa0 ("NFS: Don't refresh attributes with mounted-on-file...") Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>