Blame SOURCES/0016-fs-ntfs3-Remove-unused-including-linux-version.h.patch

Kmods SIG 8b815c
From 1263eddfea9988125a4b9608efecc8aff2c721f9 Mon Sep 17 00:00:00 2001
Kmods SIG 8b815c
From: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Kmods SIG 8b815c
Date: Thu, 19 Aug 2021 16:23:37 +0800
Kmods SIG 8b815c
Subject: [Backport 1263eddfea99] src: Remove unused including
Kmods SIG 8b815c
 <linux/version.h>
Kmods SIG 8b815c
Kmods SIG 8b815c
Eliminate the follow versioncheck warning:
Kmods SIG 8b815c
Kmods SIG 8b815c
./src/inode.c: 16 linux/version.h not needed.
Kmods SIG 8b815c
Kmods SIG 8b815c
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Kmods SIG 8b815c
Fixes: 82cae269cfa9 ("src: Add initialization of super block")
Kmods SIG 8b815c
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Kmods SIG 8b815c
Reviewed-by: Kari Argillander <kari.argillander@gmail.com>
Kmods SIG 8b815c
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Kmods SIG 8b815c
---
Kmods SIG 8b815c
 src/inode.c | 1 -
Kmods SIG 8b815c
 1 file changed, 1 deletion(-)
Kmods SIG 8b815c
Kmods SIG 8b815c
diff --git a/src/inode.c b/src/inode.c
Kmods SIG 8b815c
index a573c6e98cb800ffd13871caac92b7eef2954c26..ed64489edf73ddec8fd582851d3ef2ec79625d27 100644
Kmods SIG 8b815c
--- a/src/inode.c
Kmods SIG 8b815c
+++ b/src/inode.c
Kmods SIG 8b815c
@@ -13,7 +13,6 @@
Kmods SIG 8b815c
 #include <linux/namei.h>
Kmods SIG 8b815c
 #include <linux/nls.h>
Kmods SIG 8b815c
 #include <linux/uio.h>
Kmods SIG 8b815c
-#include <linux/version.h>
Kmods SIG 8b815c
 #include <linux/writeback.h>
Kmods SIG 8b815c
 
Kmods SIG 8b815c
 #include "debug.h"
Kmods SIG 8b815c
-- 
Kmods SIG 8b815c
2.31.1
Kmods SIG 8b815c