Re: [patch] page->flags cleanup

Christoph Hellwig (hch@infradead.org)
Thu, 25 Apr 2002 13:50:48 +0100


On Wed, Apr 24, 2002 at 01:51:27AM -0700, Andrew Morton wrote:
>
> Moves the definitions of the page->flags bits and all the PageFoo
> macros into linux/page-flags.h. That file is currently included from
> mm.h, but the stage is set to remove that and include page-flags.h
> direct in all .c files which require that. (120 of them).

What about moving not only the flags but also struct page itself to
<linux/page.h>? I think they belong together and don't have much shared
with the other bits of mm.h, so this makes some sense.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/