diff options
author | Joe Perches <joe@perches.com> | 2008-04-29 08:11:12 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-04-29 08:11:12 -0400 |
commit | 418f6e9e5b77443a66f4457bc60f391e4fba8ad8 (patch) | |
tree | 614ebb28478c1ab08a0f94c035edb686623f5e12 /include | |
parent | d3a95d477d4fcb2c276b8357087a6c862c9e1949 (diff) |
ext4: remove duplicate include of ext4_fs_i.h header file
include/linux/ext4_fs_i.h is included in include/linux/ext_fs.h twice
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ext4_fs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/ext4_fs.h b/include/linux/ext4_fs.h index 33bc88568c54..1ae0f965f386 100644 --- a/include/linux/ext4_fs.h +++ b/include/linux/ext4_fs.h | |||
@@ -19,7 +19,6 @@ | |||
19 | #include <linux/types.h> | 19 | #include <linux/types.h> |
20 | #include <linux/blkdev.h> | 20 | #include <linux/blkdev.h> |
21 | #include <linux/magic.h> | 21 | #include <linux/magic.h> |
22 | |||
23 | #include <linux/ext4_fs_i.h> | 22 | #include <linux/ext4_fs_i.h> |
24 | 23 | ||
25 | /* | 24 | /* |
@@ -176,7 +175,6 @@ struct ext4_group_desc | |||
176 | #define EXT4_BG_INODE_ZEROED 0x0004 /* On-disk itable initialized to zero */ | 175 | #define EXT4_BG_INODE_ZEROED 0x0004 /* On-disk itable initialized to zero */ |
177 | 176 | ||
178 | #ifdef __KERNEL__ | 177 | #ifdef __KERNEL__ |
179 | #include <linux/ext4_fs_i.h> | ||
180 | #include <linux/ext4_fs_sb.h> | 178 | #include <linux/ext4_fs_sb.h> |
181 | #endif | 179 | #endif |
182 | /* | 180 | /* |