Re: [PATCH 2.6.11-rc2] Move <linux/prio_tree.h> down in <linux/fs.h>

From: Tom Rini
Date: Wed Feb 02 2005 - 11:43:04 EST


On Wed, Feb 02, 2005 at 04:21:23PM +0000, David Woodhouse wrote:
> On Tue, 2005-02-01 at 09:06 -0700, Tom Rini wrote:
> > <linux/prio_tree.h> is unsafe for inclusion by userland apps, but it
> > is in the userland-exposed portion of <linux/fs.h>. It's only needed
> > in the __KERNEL__ protected portion of the file, so move the #include
> > down to there.
>
> You accidentally posted this patch to the kernel list, not to the
> maintainers of the libc-kernelheaders package. And you might as well
> just remove the offending #include rather than moving it to a section of
> the file which is never used.

Ignoring your hint for a moment, since __KERNEL__ is still scattered all
over the place, and I haven't see anything (changeset-wise) adding "You
must use libc-kernelheaders now" in Documentation/feature-removal-schedule.txt
this is still an actual problem. Thanks.

Feel free to correct me by getting something added to
Documentation/feature-removal-schedule.txt :)

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