From owner-cvs-all Sun Oct 3 12:51:58 1999 Delivered-To: cvs-all@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 0F3961508F; Sun, 3 Oct 1999 12:51:54 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id MAA60956; Sun, 3 Oct 1999 12:51:51 -0700 (PDT) (envelope-from dillon) Date: Sun, 3 Oct 1999 12:51:51 -0700 (PDT) From: Matthew Dillon Message-Id: <199910031951.MAA60956@apollo.backplane.com> To: Poul-Henning Kamp 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 References: <2930.938980015@critter.freebsd.dk> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Ah, I did remove it. Apologies tendered! -Matt Matthew Dillon :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