Date: Wed, 22 Dec 1999 14:18:59 -0600 From: Alan Cox <alc@cs.rice.edu> To: Matthew Dillon <dillon@apollo.backplane.com> Cc: Kirk McKusick <mckusick@freebsd.org>, 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> In-Reply-To: <199912222010.MAA10683@apollo.backplane.com>; from Matthew Dillon on Wed, Dec 22, 1999 at 12:10:23PM -0800 References: <199912220311.TAA85376@freefall.freebsd.org> <199912222010.MAA10683@apollo.backplane.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991222141859.B2703>