K 10 svn:author V 2 jh K 8 svn:date V 27 2009-12-31T07:32:04.711663Z K 7 svn:log V 257 MFC r198290: Fix ordering of nfscl_modevent() and ncl_uninit(). nfscl_modevent() must be called after ncl_uninit() when unloading the nfscl module because ncl_uninit() uses ncl_iod_mutex which is destroyed in nfscl_modevent(). Approved by: trasz (mentor) END