NFSD: Report zero space limit for write delegations
authorChuck Lever <chuck.lever@oracle.com>
Wed, 19 Jul 2023 15:33:09 +0000 (11:33 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Tue, 29 Aug 2023 21:45:22 +0000 (17:45 -0400)
commit50bce06f0e7993aeaa03d39a8f8979b31e5862bd
tree0da8fcea9ed2552fc7016e2407f73a2c981e97aa
parentfd19ca36fd782b84f71b86525b91a905cda913a4
NFSD: Report zero space limit for write delegations

Replace the -1 (no limit) with a zero (no reserved space).

This prevents certain non-determinant client behavior, such as
silly-renaming a file when the only open reference is a write
delegation. Such a rename can leave unexpected .nfs files in a
directory that is otherwise supposed to be empty.

Note that other server implementations that support write delegation
also set this field to zero.

Suggested-by: Dai Ngo <dai.ngo@oracle.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfsd/nfs4xdr.c