Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Don't include private headers from user-visible part of linux/ext3_fs.h

Signed-off-by: David Woodhouse <dwmw2@infradead.org>

+2 -5
+2 -5
include/linux/ext3_fs.h
··· 17 17 #define _LINUX_EXT3_FS_H 18 18 19 19 #include <linux/types.h> 20 - #include <linux/ext3_fs_i.h> 21 - #include <linux/ext3_fs_sb.h> 22 - 23 - 24 - struct statfs; 25 20 26 21 /* 27 22 * The second extended filesystem constants/structures ··· 482 487 }; 483 488 484 489 #ifdef __KERNEL__ 490 + #include <linux/ext3_fs_i.h> 491 + #include <linux/ext3_fs_sb.h> 485 492 static inline struct ext3_sb_info * EXT3_SB(struct super_block *sb) 486 493 { 487 494 return sb->s_fs_info;