ext4: remove duplicated #include of dax.h in inode.c
authorYang Li <yang.lee@linux.alibaba.com>
Wed, 4 May 2022 22:50:25 +0000 (06:50 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 18 May 2022 15:24:22 +0000 (11:24 -0400)
commitb10b6278ae17366fec058219623c757b3302baae
tree943bbafc6bee498b9ddf31ddd1f56db7f67b2991
parentf87c7a4b084afc13190cbb263538e444cb2b392a
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 <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Link: https://lore.kernel.org/r/20220504225025.44753-1-yang.lee@linux.alibaba.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/inode.c