projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52a78c1
)
Don't include private headers from user-visible part of linux/ext3_fs.h
author
David Woodhouse
<dwmw2@infradead.org>
Tue, 25 Apr 2006 14:18:46 +0000
(15:18 +0100)
committer
David Woodhouse
<dwmw2@infradead.org>
Tue, 25 Apr 2006 14:18:46 +0000
(15:18 +0100)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
include/linux/ext3_fs.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/ext3_fs.h
b/include/linux/ext3_fs.h
index 3ade6a4e3bdd7233cfddfe02f0f1494dcc6616d3..f327a3b5dfbebfd00e040a41126f7552b55d2a8a 100644
(file)
--- a/
include/linux/ext3_fs.h
+++ b/
include/linux/ext3_fs.h
@@
-17,11
+17,6
@@
#define _LINUX_EXT3_FS_H
#include <linux/types.h>
-#include <linux/ext3_fs_i.h>
-#include <linux/ext3_fs_sb.h>
-
-
-struct statfs;
/*
* The second extended filesystem constants/structures
@@
-487,6
+482,8
@@
struct ext3_super_block {
};
#ifdef __KERNEL__
+#include <linux/ext3_fs_i.h>
+#include <linux/ext3_fs_sb.h>
static inline struct ext3_sb_info * EXT3_SB(struct super_block *sb)
{
return sb->s_fs_info;