aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd
diff options
context:
space:
mode:
authorKinglong Mee <kinglongmee@gmail.com>2014-05-23 20:53:05 +0800
committerJ. Bruce Fields <bfields@redhat.com>2014-05-30 17:32:20 -0400
commit0faed901c680b153ca090a766ceda699b55993eb (patch)
treef6957de6e71a27599594dc4df27c77a699c0e72e /fs/nfsd
parentNFSD: Adds macro EX_UUID_LEN for exports uuid's length (diff)
downloadlinux-dev-0faed901c680b153ca090a766ceda699b55993eb.tar.xz
linux-dev-0faed901c680b153ca090a766ceda699b55993eb.zip
NFSD: remove unneeded linux/user_namespace.h include
After commit 4c1e1b34d5c8 ("nfsd: Store ex_anon_uid and ex_anon_gid as kuids and kgids") using kuid/kgid for ex_anon_uid/ex_anon_gid, user_namespace.h is not needed. Signed-off-by: Kinglong Mee <kinglongmee@gmail.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd')
-rw-r--r--fs/nfsd/auth.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/auth.c b/fs/nfsd/auth.c
index 2645be435e75..104232571491 100644
--- a/fs/nfsd/auth.c
+++ b/fs/nfsd/auth.c
@@ -1,7 +1,6 @@
/* Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de> */
#include <linux/sched.h>
-#include <linux/user_namespace.h>
#include "nfsd.h"
#include "auth.h"