]> 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)
commit65177d8db6a782e97ee3024f74ac3380740ea552
tree277dfcef7e99d976fc14b26116b79cecc75f6765
parentb91580f7d4643e63e8996583330fc76a3f821427
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