Re: [PATCH -next] ext2: remove duplicate include

2020-08-19 Thread Jan Kara
On Wed 19-08-20 10:30:49, Ritesh Harjani wrote: > > > On 8/19/20 8:24 AM, Wang Hai wrote: > > Remove linux/fiemap.h which is included more than once > > > > Reported-by: Hulk Robot > > Signed-off-by: Wang Hai > > > LGTM, please feel free to add, > Reviewed-by: Ritesh Harjani Thanks. I've

Re: [PATCH -next] ext2: remove duplicate include

2020-08-18 Thread Ritesh Harjani
On 8/19/20 8:24 AM, Wang Hai wrote: Remove linux/fiemap.h which is included more than once Reported-by: Hulk Robot Signed-off-by: Wang Hai LGTM, please feel free to add, Reviewed-by: Ritesh Harjani --- fs/ext2/inode.c | 1 - 1 file changed, 1 deletion(-) diff --git

[PATCH -next] ext2: remove duplicate include

2020-08-18 Thread Wang Hai
Remove linux/fiemap.h which is included more than once Reported-by: Hulk Robot Signed-off-by: Wang Hai --- fs/ext2/inode.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/ext2/inode.c b/fs/ext2/inode.c index 80662e1f7889..de6b97612410 100644 --- a/fs/ext2/inode.c +++ b/fs/ext2/inode.c @@