From owner-cvs-all Wed Dec 22 12:19:16 1999 Delivered-To: cvs-all@freebsd.org Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by hub.freebsd.org (Postfix) with ESMTP id 2359414FC3; Wed, 22 Dec 1999 12:19:08 -0800 (PST) (envelope-from alc@cs.rice.edu) Received: (from alc@localhost) by cs.rice.edu (8.9.0/8.9.0) id OAA16360; Wed, 22 Dec 1999 14:18:59 -0600 (CST) Date: Wed, 22 Dec 1999 14:18:59 -0600 From: Alan Cox To: Matthew Dillon Cc: Kirk McKusick , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys buf.h src/sys/kern vfs_subr.c Message-ID: <19991222141859.B2703@cs.rice.edu> References: <199912220311.TAA85376@freefall.freebsd.org> <199912222010.MAA10683@apollo.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5us In-Reply-To: <199912222010.MAA10683@apollo.backplane.com>; from Matthew Dillon on Wed, Dec 22, 1999 at 12:10:23PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, Dec 22, 1999 at 12:10:23PM -0800, Matthew Dillon wrote: > :mckusick 1999/12/21 19:11:06 PST > : > : Modified files: > : sys/sys buf.h > : sys/kern vfs_subr.c > : Log: > : Prettyness police: Identify flags in b_xflags with BX_ to distinguish > : them from flags in b_flags which are prefixed with B_ > : > : Revision Changes Path > : 1.86 +3 -3 src/sys/sys/buf.h > : 1.240 +20 -18 src/sys/kern/vfs_subr.c > > Yahh. Another similar problem: The MAP_ flags in the VM subsystem > are even worse. > Agreed. The ones (used internally) and passed to vm_map_insert and vm_map_find should have a VM_ prefix. Alan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message