mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 10:20:49 +07:00
NFSD: remove unneeded linux/user_namespace.h include
After commit 4c1e1b34d5
("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>
This commit is contained in:
parent
94eb36892d
commit
0faed901c6
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user