From owner-cvs-src-old@FreeBSD.ORG Thu Dec 31 07:34:58 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 722FC1065790 for ; Thu, 31 Dec 2009 07:34:58 +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 5EED78FC1C for ; Thu, 31 Dec 2009 07:34:58 +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 nBV7Ywim024294 for ; Thu, 31 Dec 2009 07:34:58 GMT (envelope-from jh@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBV7Yw77024293 for cvs-src-old@freebsd.org; Thu, 31 Dec 2009 07:34:58 GMT (envelope-from jh@repoman.freebsd.org) Message-Id: <200912310734.nBV7Yw77024293@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jh@repoman.freebsd.org using -f From: Jaakko Heinonen Date: Thu, 31 Dec 2009 07:34:38 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 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: Thu, 31 Dec 2009 07:34:58 -0000 jh 2009-12-31 07:34:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/fs/nfsclient nfs_clport.c nfs_clsubs.c Log: SVN rev 201331 on 2009-12-31 07:34:38Z by jh MFC r198291: 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. Approved by: trasz (mentor) Revision Changes Path 1.5.2.4 +7 -0 src/sys/fs/nfsclient/nfs_clport.c 1.1.2.3 +7 -0 src/sys/fs/nfsclient/nfs_clsubs.c