]> git.baikalelectronics.ru Git - kernel.git/commit
nfs: don't allow reexport reclaims
authorJ. Bruce Fields <bfields@redhat.com>
Fri, 20 Aug 2021 21:02:06 +0000 (17:02 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Thu, 26 Aug 2021 19:32:28 +0000 (15:32 -0400)
commit0aed02bd7ff8355cd34c0ee5b8d239077d2cc72d
treec61a9d239c8cb2e1b86b49412d8d19b94081675b
parent0efa031db86299783d234392bab17e301cf19a7f
nfs: don't allow reexport reclaims

In the reexport case, nfsd is currently passing along locks with the
reclaim bit set.  The client sends a new lock request, which is granted
if there's currently no conflict--even if it's possible a conflicting
lock could have been briefly held in the interim.

We don't currently have any way to safely grant reclaim, so for now
let's just deny them all.

I'm doing this by passing the reclaim bit to nfs and letting it fail the
call, with the idea that eventually the client might be able to do
something more forgiving here.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Acked-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfs/file.c
fs/nfsd/nfs4state.c
fs/nfsd/nfsproc.c
include/linux/errno.h
include/linux/fs.h