[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20230209032432.48440-1-jiapeng.chong@linux.alibaba.com>
Date: Thu, 9 Feb 2023 11:24:32 +0800
From: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
To: trond.myklebust@...merspace.com
Cc: anna@...nel.org, linux-nfs@...r.kernel.org,
linux-kernel@...r.kernel.org,
Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>,
Abaci Robot <abaci@...ux.alibaba.com>
Subject: [PATCH] NFS: Remove duplicate include
./fs/nfs/dns_resolve.c: linux/module.h is included more than once.
Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=4009
Signed-off-by: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
---
fs/nfs/dns_resolve.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fs/nfs/dns_resolve.c b/fs/nfs/dns_resolve.c
index 6603b5cee029..320441f10c01 100644
--- a/fs/nfs/dns_resolve.c
+++ b/fs/nfs/dns_resolve.c
@@ -7,9 +7,10 @@
* Resolves DNS hostnames into valid ip addresses
*/
+#include <linux/module.h>
+
#ifdef CONFIG_NFS_USE_KERNEL_DNS
-#include <linux/module.h>
#include <linux/sunrpc/clnt.h>
#include <linux/sunrpc/addr.h>
#include <linux/dns_resolver.h>
@@ -35,7 +36,6 @@ ssize_t nfs_dns_resolve_name(struct net *net, char *name, size_t namelen,
#else
-#include <linux/module.h>
#include <linux/hash.h>
#include <linux/string.h>
#include <linux/kmod.h>
--
2.20.1.7.g153144c
Powered by blists - more mailing lists