linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] nfsd: remove duplicated include from filecache.c
@ 2019-08-20  1:32 YueHaibing
  2019-08-20 15:15 ` J . Bruce Fields
  0 siblings, 1 reply; 2+ messages in thread
From: YueHaibing @ 2019-08-20  1:32 UTC (permalink / raw)
  To: J . Bruce Fields, Jeff Layton, Weston Andros Adamson,
	Richard Sharpe, Trond Myklebust, Chuck Lever
  Cc: YueHaibing, linux-nfs, kernel-janitors, linux-kernel

Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@huawei.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>




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] nfsd: remove duplicated include from filecache.c
  2019-08-20  1:32 [PATCH -next] nfsd: remove duplicated include from filecache.c YueHaibing
@ 2019-08-20 15:15 ` J . Bruce Fields
  0 siblings, 0 replies; 2+ messages in thread
From: J . Bruce Fields @ 2019-08-20 15:15 UTC (permalink / raw)
  To: YueHaibing
  Cc: Jeff Layton, Weston Andros Adamson, Richard Sharpe,
	Trond Myklebust, Chuck Lever, linux-nfs, kernel-janitors,
	linux-kernel

Thanks, applied.--b.

On Tue, Aug 20, 2019 at 01:32:43AM +0000, YueHaibing wrote:
> Remove duplicated include.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.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>
> 
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-20 15:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-20  1:32 [PATCH -next] nfsd: remove duplicated include from filecache.c YueHaibing
2019-08-20 15:15 ` J . Bruce Fields

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).