diff options
author | Kinglong Mee <kinglongmee@gmail.com> | 2014-05-23 08:53:05 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2014-05-30 17:32:20 -0400 |
commit | 0faed901c680b153ca090a766ceda699b55993eb (patch) | |
tree | f6957de6e71a27599594dc4df27c77a699c0e72e | |
parent | 94eb36892d727145794b80dceffc435d1d68edbb (diff) |
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>
-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 2645be435e75..104232571491 100644 --- a/fs/nfsd/auth.c +++ b/fs/nfsd/auth.c | |||
@@ -1,7 +1,6 @@ | |||
1 | /* Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de> */ | 1 | /* Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de> */ |
2 | 2 | ||
3 | #include <linux/sched.h> | 3 | #include <linux/sched.h> |
4 | #include <linux/user_namespace.h> | ||
5 | #include "nfsd.h" | 4 | #include "nfsd.h" |
6 | #include "auth.h" | 5 | #include "auth.h" |
7 | 6 | ||