From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out02.mta.xmission.com ([166.70.13.232]:48910 "EHLO out02.mta.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753242AbdK3ABY (ORCPT ); Wed, 29 Nov 2017 19:01:24 -0500 From: ebiederm@xmission.com (Eric W. Biederman) To: Linux Containers Cc: , Miklos Szeredi , Ian Kent , , Seth Forshee Date: Wed, 29 Nov 2017 18:01:16 -0600 Message-ID: <874lpck52r.fsf@xmission.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [PATCH 0/2] userns: automount cleanups Sender: linux-fsdevel-owner@vger.kernel.org List-ID: 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(-)