diff options
| author | David Woodhouse <dwmw2@infradead.org> | 2006-04-25 10:18:46 -0400 |
|---|---|---|
| committer | David Woodhouse <dwmw2@infradead.org> | 2006-04-25 10:18:46 -0400 |
| commit | d85004eb15a635b3937e91d1dbadb1d37541983c (patch) | |
| tree | 0ac080c0b83feae466a436a73fab3f0efedcafa3 /include | |
| parent | 52a78c1cae382ff5684f3970848676de12449745 (diff) | |
Don't include private headers from user-visible part of linux/ext3_fs.h
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/ext3_fs.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/include/linux/ext3_fs.h b/include/linux/ext3_fs.h index 3ade6a4e3bd..f327a3b5dfb 100644 --- a/include/linux/ext3_fs.h +++ b/include/linux/ext3_fs.h | |||
| @@ -17,11 +17,6 @@ | |||
| 17 | #define _LINUX_EXT3_FS_H | 17 | #define _LINUX_EXT3_FS_H |
| 18 | 18 | ||
| 19 | #include <linux/types.h> | 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 | * The second extended filesystem constants/structures | 22 | * The second extended filesystem constants/structures |
| @@ -487,6 +482,8 @@ struct ext3_super_block { | |||
| 487 | }; | 482 | }; |
| 488 | 483 | ||
| 489 | #ifdef __KERNEL__ | 484 | #ifdef __KERNEL__ |
| 485 | #include <linux/ext3_fs_i.h> | ||
| 486 | #include <linux/ext3_fs_sb.h> | ||
| 490 | static inline struct ext3_sb_info * EXT3_SB(struct super_block *sb) | 487 | static inline struct ext3_sb_info * EXT3_SB(struct super_block *sb) |
| 491 | { | 488 | { |
| 492 | return sb->s_fs_info; | 489 | return sb->s_fs_info; |
