]> git.baikalelectronics.ru Git - kernel.git/commit
NFSv3: Refactor nfs3_proc_lookup() to split out the dentry
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 19 Oct 2020 16:40:59 +0000 (12:40 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Wed, 2 Dec 2020 19:05:51 +0000 (14:05 -0500)
commitb91580f7d4643e63e8996583330fc76a3f821427
treed998a7d41605d56bc24c89f2143db1f0d9ac71c1
parentdc53625eec3b5cf61c3873fe4a9393ebf75af83d
NFSv3: Refactor nfs3_proc_lookup() to split out the dentry

We want to reuse the lookup code in NFSv3 in order to emulate the
NFSv4 lookupp operation.

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