aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2019-08-20 01:32:43 +0000
committerJ. Bruce Fields <bfields@redhat.com>2019-08-20 11:15:34 -0400
commitbb13f35b96f4c83dc4015d71fa2b543c665fbdae (patch)
treedc1c7ad73ffb3c18f301fe73d4b2aa54786c5df4 /fs/nfsd
parentnfsd: Fix the documentation for svcxdr_tmpalloc() (diff)
downloadlinux-dev-bb13f35b96f4c83dc4015d71fa2b543c665fbdae.tar.xz
linux-dev-bb13f35b96f4c83dc4015d71fa2b543c665fbdae.zip
nfsd: remove duplicated include from filecache.c
Remove duplicated include. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd')
-rw-r--r--fs/nfsd/filecache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/filecache.c b/fs/nfsd/filecache.c
index a2fcb251d2f6..2e1a972231e5 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>