[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190820013243.129865-1-yuehaibing@huawei.com>
Date: Tue, 20 Aug 2019 01:32:43 +0000
From: YueHaibing <yuehaibing@...wei.com>
To: "J . Bruce Fields" <bfields@...ldses.org>,
Jeff Layton <jeff.layton@...marydata.com>,
Weston Andros Adamson <dros@...marydata.com>,
Richard Sharpe <richard.sharpe@...marydata.com>,
Trond Myklebust <trond.myklebust@...marydata.com>,
Chuck Lever <chuck.lever@...cle.com>
CC: YueHaibing <yuehaibing@...wei.com>, <linux-nfs@...r.kernel.org>,
<kernel-janitors@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: [PATCH -next] nfsd: remove duplicated include from filecache.c
Remove duplicated include.
Signed-off-by: YueHaibing <yuehaibing@...wei.com>
---
fs/nfsd/filecache.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/nfsd/filecache.c b/fs/nfsd/filecache.c
index 4759fdc8a07e..07939f4834e8 100644
--- a/fs/nfsd/filecache.c
+++ b/fs/nfsd/filecache.c
@@ -6,7 +6,6 @@
#include <linux/hash.h>
#include <linux/slab.h>
-#include <linux/hash.h>
#include <linux/file.h>
#include <linux/sched.h>
#include <linux/list_lru.h>
Powered by blists - more mailing lists