* [PATCH 2/2] kmemtrace: fix build brekage in linux/fs.h
@ 2009-03-24 8:14 Pekka Enberg
0 siblings, 0 replies; only message in thread
From: Pekka Enberg @ 2009-03-24 8:14 UTC (permalink / raw)
To: mingo; +Cc: eduard.munteanu, linux-kernel
From: Pekka Enberg <penberg@cs.helsinki.fi>
Impact: fix build
This patch fixes up the following build breakage caused by commit
e251ea2fa52321009940fad02238ef1c369531ae ("rcu: don't include unnecessary
headers, allow kmemtrace w/ tracepoints").
CC init/do_mounts_initrd.o
In file included from init/do_mounts_initrd.c:3:
include/linux/fs.h: In function ‘alloc_secdata’:
include/linux/fs.h:2237: error: implicit declaration of function ‘get_zeroed_page’
include/linux/fs.h:2237: error: ‘GFP_KERNEL’ undeclared (first use in this function)
include/linux/fs.h:2237: error: (Each undeclared identifier is reported only once
include/linux/fs.h:2237: error: for each function it appears in.)
include/linux/fs.h: In function ‘free_secdata’:
include/linux/fs.h:2242: error: implicit declaration of function ‘free_page’
In file included from include/linux/slab.h:12,
from include/linux/percpu.h:5,
from include/linux/percpu_counter.h:13,
from include/linux/ext2_fs_sb.h:20,
from include/linux/ext2_fs.h:69,
from init/do_mounts_initrd.c:5:
include/linux/gfp.h: At top level:
include/linux/gfp.h:223: error: conflicting types for ‘get_zeroed_page’
include/linux/fs.h:2237: error: previous implicit declaration of ‘get_zeroed_page’ was here
make[1]: *** [init/do_mounts_initrd.o] Error 1
make: *** [init] Error 2
Cc: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
---
include/linux/fs.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 92734c0..add95da 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -8,6 +8,7 @@
#include <linux/limits.h>
#include <linux/ioctl.h>
+#include <linux/gfp.h>
/*
* It's silly to have NR_OPEN bigger than NR_FILE, but you can change
--
1.5.4.3
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-03-24 8:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-24 8:14 [PATCH 2/2] kmemtrace: fix build brekage in linux/fs.h Pekka Enberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®