]> 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)
commitd8cc3e8c0b5870385d1a09edf19e0ca52a676d3d
treed998a7d41605d56bc24c89f2143db1f0d9ac71c1
parent9c9d5d5c6b5b7072c10261a6edf616d98646d2e8
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