Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the build failure in some configurations: CC [M] fs/btrfs/ctree.o In file included from fs/btrfs/ctree.c:21:0: fs/btrfs/ctree.h:1003:17: error: field 'super_kobj' has incomplete type fs/btrfs/ctree.h:1074:17: error: field 'root_kobj' has incomplete type make[2]: *** [fs/btrfs/ctree.o] Error 1 make[1]: *** [fs/btrfs] Error 2 make: *** [fs] Error 2 caused by commit 57cc721 ("headers: kobject.h redux") We need to include kobject.h here. Reported-by: Jeff Garzik <[email protected]> Fix-suggested-by: Li Zefan <[email protected]> Signed-off-by: Stefan Schmidt <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information