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)
commit5f447cb88123857d69f0c1a665356688037c6ad3
treed998a7d41605d56bc24c89f2143db1f0d9ac71c1
parentbd75475c2fa161acec0017e030f6e8c01cb0d107
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