Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 418f6e9e authored by Joe Perches's avatar Joe Perches Committed by Theodore Ts'o
Browse files

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: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarMingming Cao <cmm@us.ibm.com>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent d3a95d47
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -19,7 +19,6 @@
#include <linux/types.h>
#include <linux/types.h>
#include <linux/blkdev.h>
#include <linux/blkdev.h>
#include <linux/magic.h>
#include <linux/magic.h>

#include <linux/ext4_fs_i.h>
#include <linux/ext4_fs_i.h>


/*
/*
@@ -176,7 +175,6 @@ struct ext4_group_desc
#define EXT4_BG_INODE_ZEROED	0x0004 /* On-disk itable initialized to zero */
#define EXT4_BG_INODE_ZEROED	0x0004 /* On-disk itable initialized to zero */


#ifdef __KERNEL__
#ifdef __KERNEL__
#include <linux/ext4_fs_i.h>
#include <linux/ext4_fs_sb.h>
#include <linux/ext4_fs_sb.h>
#endif
#endif
/*
/*