K 10 svn:author V 7 git2svn K 8 svn:date V 27 2021-11-19T02:49:17.126190Z K 7 svn:log V 671 nfscl: Restructure nfscl_freeopen() slightly This patch factors the unlinking of the nfsclopen structure out of nfscl_freeopen() into a separate function called nfscl_unlinkopen(). It also adds a new argument to nfscl_freeopen() to conditionally do the unlink. Since this new argument is always passed in as "true" at this time, no semantics change should occur. 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 6495766acfb242048a80d58956b2cebbd885d8cc) Git Hash: a715704e53bd84215469f21cd03d5ece9c6c220e Git Author: rmacklem@FreeBSD.org END