]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3fe26d3be6cef266e97604884630280a1b8836c5
tree277dfcef7e99d976fc14b26116b79cecc75f6765
parentd8cc3e8c0b5870385d1a09edf19e0ca52a676d3d
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