diff options
author | Kinglong Mee <kinglongmee@gmail.com> | 2014-05-23 20:53:05 +0800 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2014-05-30 17:32:20 -0400 |
commit | 0faed901c680b153ca090a766ceda699b55993eb (patch) | |
tree | f6957de6e71a27599594dc4df27c77a699c0e72e /fs/nfsd | |
parent | 94eb36892d727145794b80dceffc435d1d68edbb (diff) | |
download | op-kernel-dev-0faed901c680b153ca090a766ceda699b55993eb.zip op-kernel-dev-0faed901c680b153ca090a766ceda699b55993eb.tar.gz |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/auth.c b/fs/nfsd/auth.c index 2645be4..1042325 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" |