]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
nfsd: Add support for CLAIM_DELEG_CUR_FH to the NFSv4.1/4.2 Open
authorRick Macklem <rmacklem@FreeBSD.org>
Tue, 18 May 2021 22:53:54 +0000 (15:53 -0700)
committerRick Macklem <rmacklem@FreeBSD.org>
Tue, 18 May 2021 22:53:54 +0000 (15:53 -0700)
commitb3d4c70dc60f1913f2363751b905b562c39ca126
tree401da064f007de569cb97e568cc3ccd02b5d8646
parent3d846e48227e2e78c1e7b35145f57353ffda56ba
nfsd: Add support for CLAIM_DELEG_CUR_FH to the NFSv4.1/4.2 Open

The Linux NFSv4.1/4.2 client now uses the CLAIM_DELEG_CUR_FH
variant of the Open operation when delegations are recalled and
the client has a local open of the file.  This patch adds
support for this variant of Open to the NFSv4.1/4.2 server.

This patch only affects mounts from Linux clients when delegations
are enabled on the server.

MFC after: 2 weeks
sys/fs/nfsserver/nfs_nfsdserv.c