K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2021-12-30T01:36:18.550084Z K 7 svn:log V 598 nfscl: Handle CB_SEQUENCE not first op correctly The check for "not first operation" in CB_SEQUENCE was done after the slot, etc. was updated. This patch moves the check to the beginning of CB_SEQUENCE processing. While here, also fix the check for "no CB_SEQUENCE operation first" by moving the check to the beginning of callback operation parsing, since the check was in a couple of the other operations, but not all of them. PR: 260412 (cherry picked from commit e0861304a7b6b9c410db69be6148a5510c6b2d23) Git Hash: 6d16489da847852adb998c5f44b238d0b9c39aaf Git Author: rmacklem@FreeBSD.org END