summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2011-01-12 09:30:42 +0000
committerChris Mason <chris.mason@oracle.com>2011-01-16 11:30:19 -0500
commitf580eb0931fbcb6dc3916f094f471671facd1daa (patch)
tree456f97b04cfcfb5b1c19b6b5fca225e8d92ab06b /fs
parentf892436eb2c3223fecda614a64d51f36f6ec2245 (diff)
downloadop-kernel-dev-f580eb0931fbcb6dc3916f094f471671facd1daa.zip
op-kernel-dev-f580eb0931fbcb6dc3916f094f471671facd1daa.tar.gz
fs/btrfs: Fix build of ctree
CC [M] fs/btrfs/ctree.o In file included from fs/btrfs/ctree.c:21:0: fs/btrfs/ctree.h:1003:17: error: field <91>super_kobj<92> has incomplete type fs/btrfs/ctree.h:1074:17: error: field <91>root_kobj<92> has incomplete type make[2]: *** [fs/btrfs/ctree.o] Error 1 make[1]: *** [fs/btrfs] Error 2 make: *** [fs] Error 2 We need to include kobject.h here. Reported-by: Jeff Garzik <jeff@garzik.org> Fix-suggested-by: Li Zefan <lizf@cn.fujitsu.com> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org> Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/btrfs/ctree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 4acd4c6..0cb322c 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -27,6 +27,7 @@
#include <linux/backing-dev.h>
#include <linux/wait.h>
#include <linux/slab.h>
+#include <linux/kobject.h>
#include <asm/kmap_types.h>
#include "extent_io.h"
#include "extent_map.h"
OpenPOWER on IntegriCloud