]> 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)
commitc8b6b2524a755761b5af3d91a7440ab0ef1840e7
treeb20c52f75f231e44c7a6f1c016b94dcb3d450524
parent4c1053af9238e29bde1e0948d5f7cf56ea3dba9f
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