NFSD: remove unneeded linux/user_namespace.h include
authorKinglong Mee <kinglongmee@gmail.com>
Fri, 23 May 2014 12:53:05 +0000 (20:53 +0800)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 30 May 2014 21:32:20 +0000 (17:32 -0400)
commit0faed901c680b153ca090a766ceda699b55993eb
treef6957de6e71a27599594dc4df27c77a699c0e72e
parent94eb36892d727145794b80dceffc435d1d68edbb
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>
fs/nfsd/auth.c