NFSv3: Add emulation of the lookupp() operation
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 19 Oct 2020 16:45:53 +0000 (12:45 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Wed, 2 Dec 2020 19:05:51 +0000 (14:05 -0500)
commit3c5e9a59faa6b1bb3110b961e695502c7ee8699b
tree277dfcef7e99d976fc14b26116b79cecc75f6765
parent5f447cb88123857d69f0c1a665356688037c6ad3
NFSv3: Add emulation of the lookupp() operation

In order to use the open_by_filehandle() operations on NFSv3, we need
to be able to emulate lookupp() so that nfs_get_parent() can be used
to convert disconnected dentries into connected ones.

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