Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Oct 1999 21:46:55 +0200
From:      Poul-Henning Kamp <phk@critter.freebsd.dk>
To:        Matthew Dillon <dillon@apollo.backplane.com>
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 
Message-ID:  <2930.938980015@critter.freebsd.dk>
In-Reply-To: Your message of "Sun, 03 Oct 1999 12:36:35 PDT." <199910031936.MAA60664@apollo.backplane.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2930.938980015>