All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] NFSD: Cleanup unneeded including linux/user_namespace.h
@ 2014-05-23 12:53 Kinglong Mee
  2014-05-23 14:18 ` J. Bruce Fields
  0 siblings, 1 reply; 3+ messages in thread
From: Kinglong Mee @ 2014-05-23 12:53 UTC (permalink / raw)
  To: J. Bruce Fields; +Cc: Linux NFS Mailing List, kinglongmee

commit 4c1e1b34d5c800ad3ac9a7e2805b0bea70ad2278 using kuid/kgid for
ex_anon_uid/ex_anon_gid, user_namespace.h is not needed now, clean it.

Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
---
 fs/nfsd/auth.c | 1 -
 1 file changed, 1 deletion(-)

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"
 
-- 
1.9.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-05-23 14:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-23 12:53 [PATCH 1/5] NFSD: Cleanup unneeded including linux/user_namespace.h Kinglong Mee
2014-05-23 14:18 ` J. Bruce Fields
2014-05-23 14:20   ` Kinglong Mee

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.