K 10 svn:author V 7 git2svn K 8 svn:date V 27 2021-11-18T23:00:27.709664Z K 7 svn:log V 792 nfscl: Move release of the clientID lock into nfscl_doclose() This patch moves release of the shared clientID lock from nfsrpc_close() just after the nfscl_doclose() call to the end of nfscl_doclose() call. This does make the code cleaner, since the shared lock is acquired at the beginning of nfscl_doclose(). The only semantics change is that the code no longer drops and reaquires the NFSCLSTATELOCK() mutex, which I do not believe will have a negative effect on the NFSv4 client. This is being done to prepare the code for a future patch that fixes the case where an NFSv4.1/4.2 server replies NFSERR_DELAY to a Close operation. (cherry picked from commit e2aab5e2d73486aa76bb861d583bbce021661601) Git Hash: 5d9215b315a9e2b90d36ba90c4a8c84306bcfee4 Git Author: rmacklem@FreeBSD.org END