projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed99275
)
nfsd: remove duplicated include from filecache.c
author
YueHaibing
<yuehaibing@huawei.com>
Tue, 20 Aug 2019 01:32:43 +0000
(
01:32
+0000)
committer
J. Bruce Fields
<bfields@redhat.com>
Tue, 20 Aug 2019 15:15:34 +0000
(11:15 -0400)
Remove duplicated include.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/filecache.c
patch
|
blob
|
history
diff --git
a/fs/nfsd/filecache.c
b/fs/nfsd/filecache.c
index a2fcb251d2f66f1cd2e902de20b959396d3d82d6..2e1a972231e5f6310b4e54247a2688855b88bb17 100644
(file)
--- 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>