From owner-cvs-src-old@FreeBSD.ORG Tue Oct 20 15:02:07 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D8081065692 for ; Tue, 20 Oct 2009 15:02:07 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 516E38FC1E for ; Tue, 20 Oct 2009 15:02:07 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9KF27Pb064168 for ; Tue, 20 Oct 2009 15:02:07 GMT (envelope-from jh@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9KF27GN064167 for cvs-src-old@freebsd.org; Tue, 20 Oct 2009 15:02:07 GMT (envelope-from jh@repoman.freebsd.org) Message-Id: <200910201502.n9KF27GN064167@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jh@repoman.freebsd.org using -f From: Jaakko Heinonen Date: Tue, 20 Oct 2009 15:01:46 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/nfsclient nfs_clport.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2009 15:02:07 -0000 jh 2009-10-20 15:01:46 UTC FreeBSD src repository Modified files: sys/fs/nfsclient nfs_clport.c Log: SVN rev 198290 on 2009-10-20 15:01:46Z by jh 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) Revision Changes Path 1.7 +1 -1 src/sys/fs/nfsclient/nfs_clport.c