[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <3f2f11cc4e414f088ed60919e7d9cd56@paragon-software.com>
Date: Fri, 27 Aug 2021 16:31:07 +0000
From: Konstantin Komarov <almaz.alexandrovich@...agon-software.com>
To: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
CC: "nathan@...nel.org" <nathan@...nel.org>,
"ndesaulniers@...gle.com" <ndesaulniers@...gle.com>,
"ntfs3@...ts.linux.dev" <ntfs3@...ts.linux.dev>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"clang-built-linux@...glegroups.com"
<clang-built-linux@...glegroups.com>
Subject: RE: [PATCH] fs/ntfs3: Remove unused including <linux/version.h>
> From: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
> Sent: Thursday, August 19, 2021 11:24 AM
> To: Konstantin Komarov <almaz.alexandrovich@...agon-software.com>
> Cc: nathan@...nel.org; ndesaulniers@...gle.com; ntfs3@...ts.linux.dev; linux-kernel@...r.kernel.org; clang-built-
> linux@...glegroups.com; Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
> Subject: [PATCH] fs/ntfs3: Remove unused including <linux/version.h>
>
> Eliminate the follow versioncheck warning:
>
> ./fs/ntfs3/inode.c: 16 linux/version.h not needed.
>
> Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
> Fixes: 82cae269cfa9 ("fs/ntfs3: Add initialization of super block")
> Signed-off-by: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
> ---
> fs/ntfs3/inode.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/fs/ntfs3/inode.c b/fs/ntfs3/inode.c
> index bf51e29..bb01f1b 100644
> --- a/fs/ntfs3/inode.c
> +++ b/fs/ntfs3/inode.c
> @@ -13,7 +13,6 @@
> #include <linux/namei.h>
> #include <linux/nls.h>
> #include <linux/uio.h>
> -#include <linux/version.h>
> #include <linux/writeback.h>
>
> #include "debug.h"
> --
> 1.8.3.1
Hi Jiapeng! Applied, thanks.
Best regards.
Powered by blists - more mailing lists