linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3/5] NFSD: Cleanup unneeded including net/ipv6.h
@ 2014-05-23 12:54 Kinglong Mee
  0 siblings, 0 replies; only message in thread
From: Kinglong Mee @ 2014-05-23 12:54 UTC (permalink / raw)
  To: J. Bruce Fields; +Cc: Linux NFS Mailing List, kinglongmee

commit 49b28684fdba2c84a3b8e54aaa0faa9ce2e4f140 have remove the using of
ipv6_addr_set_v4mapped(), net/ipv6.h is unneeded now, clean it.

Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
---
 fs/nfsd/export.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/fs/nfsd/export.c b/fs/nfsd/export.c
index 1d56ae3..34cabab 100644
--- a/fs/nfsd/export.c
+++ b/fs/nfsd/export.c
@@ -17,8 +17,6 @@
 #include <linux/exportfs.h>
 #include <linux/sunrpc/svc_xprt.h>
 
-#include <net/ipv6.h>
-
 #include "nfsd.h"
 #include "nfsfh.h"
 #include "netns.h"
-- 
1.9.3


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-23 12:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-23 12:54 [PATCH 3/5] NFSD: Cleanup unneeded including net/ipv6.h Kinglong Mee

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).