K 10 svn:author V 2 jh K 8 svn:date V 27 2009-10-20T15:01:46.409355Z K 7 svn:log V 265 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(). Reviewed by: rmacklem Approved by: trasz (mentor) END