NFS: If the VFS sets LOOKUP_REVAL then force a lookup of the dentry
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 10 May 2018 14:13:09 +0000 (10:13 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 28 May 2018 17:29:19 +0000 (13:29 -0400)
commit73dd684a4dcee8c55882a01aeb8b5cbf203de955
treeb20c52f75f231e44c7a6f1c016b94dcb3d450524
parent479219218fbe0a74bc36310fefc5ac6439c7cece
NFS: If the VFS sets LOOKUP_REVAL then force a lookup of the dentry

If nfs_lookup_revalidate() is called with LOOKUP_REVAL because a
previous path lookup failed, then we ought to force a full lookup
of the component name.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/dir.c