From owner-cvs-all Mon Feb 18 7:28:57 2002 Delivered-To: cvs-all@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 6B8B137B402; Mon, 18 Feb 2002 07:28:51 -0800 (PST) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id KAA02636; Mon, 18 Feb 2002 10:28:50 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g1IFSKP32010; Mon, 18 Feb 2002 10:28:20 -0500 (EST) (envelope-from gallatin@cs.duke.edu) Date: Mon, 18 Feb 2002 10:28:20 -0500 From: Andrew Gallatin To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_subr.c src/sys/sys vnode.h src/sys/ufs/ufs ufs_vnops.c Message-ID: <20020218102820.A31981@grasshopper.cs.duke.edu> References: <200202172115.g1HLFa185835@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200202172115.g1HLFa185835@freefall.freebsd.org>; from phk@FreeBSD.org on Sun, Feb 17, 2002 at 01:15:36PM -0800 X-Operating-System: FreeBSD 4.4-RELEASE on an i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Poul-Henning Kamp [phk@FreeBSD.org] wrote: > phk 2002/02/17 13:15:36 PST > > Modified files: > sys/kern vfs_subr.c > sys/sys vnode.h > sys/ufs/ufs ufs_vnops.c > Log: > Move the stuff related to select and poll out of struct vnode. > The use of the zone allocator may or may not be overkill. > There is an XXX: over in ufs/ufs/ufs_vnops.c that jlemon may need > to revisit. The same one that's now causing me to see: ufs_kqfilter: vnode with no v_pollinfo on console when I run tail -f on a file, huh? Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message