]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Set the slotid and ND_HASSLOTID flag for NFSv4.1 sequenced operations.
authorrmacklem <rmacklem@FreeBSD.org>
Sat, 23 Jun 2018 00:48:45 +0000 (00:48 +0000)
committerrmacklem <rmacklem@FreeBSD.org>
Sat, 23 Jun 2018 00:48:45 +0000 (00:48 +0000)
commitf79024012e73f055d8beaaf16bf667db19080914
treece591e2f5a9f2ce981f80e3f27e16df50aaa5ebb
parentc76a2f15b2579271e60b80b27799e041c206eee8
Set the slotid and ND_HASSLOTID flag for NFSv4.1 sequenced operations.

Most NFSv4.1 compound RPCs start with a Sequence operation. For these
cases, save the slotid and note that it is saved by setting ND_HASSLOTID.
This is used by r335568 to free up the session slot and disable it.

MFC after: 2 weeks
sys/fs/nfs/nfs_commonsubs.c