diff options
author | Yang Li <[email protected]> | 2022-05-05 06:50:25 +0800 |
---|---|---|
committer | Theodore Ts'o <[email protected]> | 2022-05-18 11:24:22 -0400 |
commit | b10b6278ae17366fec058219623c757b3302baae (patch) | |
tree | 943bbafc6bee498b9ddf31ddd1f56db7f67b2991 | |
parent | f87c7a4b084afc13190cbb263538e444cb2b392a (diff) |
ext4: remove duplicated #include of dax.h in inode.c
Fix following includecheck warning:
./fs/ext4/inode.c: linux/dax.h is included more than once.
Reported-by: Abaci Robot <[email protected]>
Signed-off-by: Yang Li <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Theodore Ts'o <[email protected]>
-rw-r--r-- | fs/ext4/inode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 890f769d6e20..7555cbe77148 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c @@ -41,7 +41,6 @@ #include <linux/bitops.h> #include <linux/iomap.h> #include <linux/iversion.h> -#include <linux/dax.h> #include "ext4_jbd2.h" #include "xattr.h" |