On 22/03/23 11:49AM, Haowen Bai wrote: > Clean up the following includecheck warning: > > fs/ext4/inode.c: linux/dax.h is included more than once. Checked "make includecheck" This is the only warning coming from fs/ext4/ Thanks for fixing that. Looks good to me. Feel free to add - Reviewed-by: Ritesh Harjani <riteshh@xxxxxxxxxxxxx> > > No functional change. > > Signed-off-by: Haowen Bai <baihaowen@xxxxxxxxx> > --- > fs/ext4/inode.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c > index 01c9e4f..6738ea7 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" > -- > 2.7.4 >