commit | 4d065f83565858fd433e1abbda2fc0fda3ac4a87 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <[email protected]> | Thu Aug 25 14:49:05 2022 -0400 |
committer | Greg Kroah-Hartman <[email protected]> | Fri Sep 23 14:16:57 2022 +0200 |
tree | 3e728b0ef80276a6e4b19df57d2f43d68b9b2479 | |
parent | 2f16f5b582cd43898cfdae0d8a0570748f57f266 [diff] |
NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0 [ Upstream commit 2a9d683b48c8a87e61a4215792d44c90bcbbb536 ] The NFSv4.0 protocol only supports open() by name. It cannot therefore be used with open_by_handle() and friends, nor can it be re-exported by knfsd. Reported-by: Chuck Lever III <[email protected]> Fixes: 20fa19027286 ("nfs: add export operations") Signed-off-by: Trond Myklebust <[email protected]> Signed-off-by: Sasha Levin <[email protected]>