LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] Fix userspace include of linux/fs.h
@ 2004-05-16 20:47 Måns Rullgård
0 siblings, 0 replies; only message in thread
From: Måns Rullgård @ 2004-05-16 20:47 UTC (permalink / raw)
To: linux-kernel
This patch fixes compilation of programs that #include linux/fs.h.
# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
# 2004/05/16 22:34:26+02:00 mru@ford.guide
# fix userspace use of linux/fs.h
#
# include/linux/fs.h
# 2004/05/16 22:28:34+02:00 mru@ford.guide +3 -3
# move some #includes inside #ifdef __KERNEL__ to allow userspace inclusion
#
diff -Nru a/include/linux/fs.h b/include/linux/fs.h
--- a/include/linux/fs.h Sun May 16 22:43:07 2004
+++ b/include/linux/fs.h Sun May 16 22:43:07 2004
@@ -13,14 +13,11 @@
#include <linux/types.h>
#include <linux/kdev_t.h>
#include <linux/ioctl.h>
-#include <linux/list.h>
#include <linux/dcache.h>
#include <linux/stat.h>
#include <linux/cache.h>
-#include <linux/radix-tree.h>
#include <linux/kobject.h>
#include <asm/atomic.h>
-#include <linux/audit.h>
struct iovec;
struct nameidata;
@@ -213,6 +210,9 @@
#ifdef __KERNEL__
+#include <linux/list.h>
+#include <linux/radix-tree.h>
+#include <linux/audit.h>
#include <asm/semaphore.h>
#include <asm/byteorder.h>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-05-16 20:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-16 20:47 [PATCH] Fix userspace include of linux/fs.h Måns Rullgård
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).