From mboxrd@z Thu Jan 1 00:00:00 1970 From: ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org (Eric W. Biederman) Subject: Re: [PATCH 01/14] userns: Convert loop to use kuid_t instead of uid_t Date: Fri, 21 Sep 2012 00:07:10 -0700 Message-ID: <87sjabsvkx.fsf@xmission.com> References: <87k3vote43.fsf@xmission.com> <1348187330-6616-1-git-send-email-ebiederm@xmission.com> <505C0438.9060907@fusionio.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <505C0438.9060907-5c4llco8/ftWk0Htik3J/w@public.gmane.org> (Jens Axboe's message of "Fri, 21 Sep 2012 08:07:52 +0200") List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Jens Axboe Cc: Linux Containers , "linux-security-module-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" List-Id: containers.vger.kernel.org Jens Axboe writes: > On 2012-09-21 02:28, Eric W. Biederman wrote: >> From: "Eric W. Biederman" >> >> Cc: Signed-off-by: Jens Axboe >> Acked-by: Serge Hallyn >> Signed-off-by: Eric W. Biederman >> --- >> drivers/block/loop.c | 4 ++-- >> include/linux/loop.h | 2 +- >> init/Kconfig | 1 - >> 3 files changed, 3 insertions(+), 4 deletions(-) > > Thanks Eric, queued for 3.7. Would it be a problem if I also merged throug my user-namespace.git tree? That was the original plan and it is handy to keep all of the patches together. Not that it matters much in this case. Eric