Subject: re: CVS commit: src/sys/sys
To: matthew green <mrg@eterna.com.au>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 06/07/2005 22:11:32
On Jun 8, 12:06pm, mrg@eterna.com.au (matthew green) wrote:
-- Subject: re: CVS commit: src/sys/sys

| all this is missing my point that "bufpages" has been a global in
| the kernel since day0 -- do you want to remove that?  if it's 
| kernel global, it should have a public header declaring it.  i
| don't like local "extern"s for globals.

If you feel strongly about it, I will put it back. The reason I
removed it is that globals such as this encourage people using
them, and in this case it does not seem to me that there are
many legitimate uses.

christos