From owner-cvs-src-old@FreeBSD.ORG Tue Oct 20 15:06:28 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 6C7E81065745 for ; Tue, 20 Oct 2009 15:06:28 +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 5A5D68FC12 for ; Tue, 20 Oct 2009 15:06:28 +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 n9KF6SnJ065516 for ; Tue, 20 Oct 2009 15:06:28 GMT (envelope-from jh@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9KF6S8i065515 for cvs-src-old@freebsd.org; Tue, 20 Oct 2009 15:06:28 GMT (envelope-from jh@repoman.freebsd.org) Message-Id: <200910201506.n9KF6S8i065515@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:06:18 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/nfsclient nfs_clport.c nfs_clsubs.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:06:28 -0000 jh 2009-10-20 15:06:18 UTC FreeBSD src repository Modified files: sys/fs/nfsclient nfs_clport.c nfs_clsubs.c Log: SVN rev 198291 on 2009-10-20 15:06:18Z by jh Unloading of the nfscl module is unsupported because newnfslock doesn't support unloading. It's not trivial to implement newnfslock unloading so for now just admit that unloading is unsupported and refuse to attempt unload in all nfscl module event handlers. Reviewed by: rmacklem Approved by: trasz (mentor) Revision Changes Path 1.8 +7 -0 src/sys/fs/nfsclient/nfs_clport.c 1.3 +7 -0 src/sys/fs/nfsclient/nfs_clsubs.c