]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7c5509aa2854648d50c195e00cb4b144172047ef
treeb20c52f75f231e44c7a6f1c016b94dcb3d450524
parentaef9ffec79c792559c7a3e10f43f21774001323e
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