aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/export.c
diff options
context:
space:
mode:
authorKinglong Mee <kinglongmee@gmail.com>2014-05-23 20:54:27 +0800
committerJ. Bruce Fields <bfields@redhat.com>2014-05-30 17:32:22 -0400
commita30ae94c0797f9de47626eecc43359989447d7a3 (patch)
treed405ef813abd9d8ac1644f98eaca1ec0584b5f94 /fs/nfsd/export.c
parentNFSD: Cleanup unused variable in nfsd_setuser() (diff)
downloadlinux-dev-a30ae94c0797f9de47626eecc43359989447d7a3.tar.xz
linux-dev-a30ae94c0797f9de47626eecc43359989447d7a3.zip
NFSD: Cleanup unneeded including net/ipv6.h
Commit 49b28684fdba ("nfsd: Remove deprecated nfsctl system call and related code") removed the only use of ipv6_addr_set_v4mapped(), so net/ipv6.h is unneeded now. Signed-off-by: Kinglong Mee <kinglongmee@gmail.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/export.c')
-rw-r--r--fs/nfsd/export.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nfsd/export.c b/fs/nfsd/export.c
index 90d37b6ef163..1d6d7bd0c211 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"