public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] userns: automount cleanups
@ 2017-11-30  0:01 Eric W. Biederman
  2017-11-30  0:04 ` [PATCH 1/2] userns: Don't fail follow_automount based on s_user_ns Eric W. Biederman
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Eric W. Biederman @ 2017-11-30  0:01 UTC (permalink / raw)
  To: Linux Containers
  Cc: linux-kernel, Miklos Szeredi, Ian Kent, linux-fsdevel,
	Seth Forshee


While reviewing some code I realized that in getting d_automount working
with s_user_ns I had left behind some unnecessary relics of the blind
path I started down.  Here are two patches that remove those relics.

Unless someone has another preference I will drop them in my userns tree
and merge them that way.

Eric W. Biederman (2):
      userns: Don't fail follow_automount based on s_user_ns
      autofs4: Modify autofs_wait to use current_uid() and current_gid()

 fs/autofs4/waitq.c | 4 ++--
 fs/namei.c         | 3 ---
 2 files changed, 2 insertions(+), 5 deletions(-)

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

end of thread, other threads:[~2017-11-30  9:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-30  0:01 [PATCH 0/2] userns: automount cleanups Eric W. Biederman
2017-11-30  0:04 ` [PATCH 1/2] userns: Don't fail follow_automount based on s_user_ns Eric W. Biederman
2017-11-30  0:05 ` [PATCH 2/2] autofs4: Modify autofs_wait to use current_uid() and current_gid() Eric W. Biederman
2017-11-30  0:11 ` [PATCH 0/2] userns: automount cleanups Ian Kent
2017-11-30  5:21   ` Eric W. Biederman
2017-11-30  9:11     ` Ian Kent

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox