From owner-cvs-src@FreeBSD.ORG Sat Nov 15 21:15:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6E4416A4CE; Sat, 15 Nov 2003 21:15:04 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64DD243FDD; Sat, 15 Nov 2003 21:15:03 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id hAG5EveG021237; Sat, 15 Nov 2003 22:14:57 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 15 Nov 2003 22:14:29 -0700 (MST) Message-Id: <20031115.221429.103565413.imp@bsdimp.com> To: bright@mu.org From: "M. Warner Losh" In-Reply-To: <20031116042956.GT35957@elvis.mu.org> References: <200311160000.hAG007LD009515@repoman.freebsd.org> <20031116042956.GT35957@elvis.mu.org> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/nfsclient Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 05:15:04 -0000 In message: <20031116042956.GT35957@elvis.mu.org> Alfred Perlstein writes: : * Warner Losh [031115 16:00] wrote: : > imp 2003/11/15 16:00:07 PST : > : > FreeBSD src repository : > : > Modified files: : > sys/modules/nfsclient Makefile : > Log: : > Quick hack to make the nfsclient.ko loadable again. This brings in : > the nfsv4 files. It is intended to be a short-term bridge while : > alfred deals with the problem in a better way (eg, don't hesitate to : > back this out when the real fix comes along). I've not heard back : > from alfred in a few hours and other people are hitting this problem. : > : > Approved by: markm, rwatson, grog, murray : : Thanks, I was looking at splitting this up, but got side tracked by : sleep requirements. I'll see what I can do to seperate them but : I'm not sure it's going to happen before the release. No rush on my account. I just wanted a nfsclient.ko that loaded. When you can properly subset things, feel free to commit it (subject to whatever code freeze we're under). I don't think it is a critical things to do for 5.2. Warner