From owner-cvs-all Sun Oct 3 12:47:39 1999 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 143EC14EE0; Sun, 3 Oct 1999 12:47:35 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.2) with ESMTP id VAA02932; Sun, 3 Oct 1999 21:46:56 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Matthew Dillon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/vn vn.c src/sys/gnu/ext2fs ext2_vfsops.c src/sys/isofs/cd9660 cd9660_vfsops.c src/sys/sys conf.h src/sys/ufs/ffs ffs_vfsops.c In-reply-to: Your message of "Sun, 03 Oct 1999 12:36:35 PDT." <199910031936.MAA60664@apollo.backplane.com> Date: Sun, 03 Oct 1999 21:46:55 +0200 Message-ID: <2930.938980015@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <199910031936.MAA60664@apollo.backplane.com>, Matthew Dillon writes: > Umm... you did test this, right? While I don't see any potential problem > that might occur with clustering enabled, I haven't removed the > option from VN because I haven't had the time to test it. The patch as it applies to vn.c: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/vn/vn.c.diff?r1=1.99&r2=1.100 =================================================================== RCS file: /home/ncvs/src/sys/dev/vn/vn.c,v retrieving revision 1.99 retrieving revision 1.100 diff -p -u -r1.99 -r1.100 --- src/sys/dev/vn/vn.c 1999/09/27 00:53:24 1.99 +++ /home/ncvs/src/sys/dev/vn/vn.c 1999/09/30 07:11:20 1.100 @@ -38,7 +38,7 @@ * from: Utah Hdr: vn.c 1.13 94/04/02 * * from: @(#)vn.c 8.6 (Berkeley) 4/1/94 - * $FreeBSD: src/sys/dev/vn/vn.c,v 1.99 1999/09/27 00:53:24 peter Exp $ + * $FreeBSD: src/sys/dev/vn/vn.c,v 1.100 1999/09/30 07:11:20 phk Exp $ */ /* @@ -102,7 +102,6 @@ static d_strategy_t vnstrategy; /* * cdevsw * D_DISK we want to look like a disk - * ( D_NOCLUSTERRW removed - clustering should be ok ) * D_CANFREE We support B_FREEBUF */ -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message