K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2011-07-28T21:00:46.790152Z K 7 svn:log V 281 MFC: r223971 r222389 introduced a case where the NFSv4 client could loop in nfscl_getcl() when a forced dismount is in progress, because nfsv4_lock() will return 0 without sleeping when MNTK_UNMOUNTF is set. This patch fixes it so it won't loop calling nfsv4_lock() for this case. END