From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754569AbcEBQfg (ORCPT ); Mon, 2 May 2016 12:35:36 -0400 Received: from mail-yw0-f171.google.com ([209.85.161.171]:33505 "EHLO mail-yw0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754149AbcEBQf2 (ORCPT ); Mon, 2 May 2016 12:35:28 -0400 Date: Mon, 2 May 2016 12:35:26 -0400 From: Tejun Heo To: "Serge E. Hallyn" Cc: "Serge E. Hallyn" , linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, containers@lists.linux-foundation.org, hannes@cmpxchg.org, ebiederm@xmission.com, gregkh@linuxfoundation.org, cgroups@vger.kernel.org, akpm@linux-foundation.org Subject: Re: [PATCH 3/2] cgroup_show_path: use a new helper to get current cgns css_set Message-ID: <20160502163526.GW7822@mtj.duckdns.org> References: <1460923472-29370-1-git-send-email-serge.hallyn@ubuntu.com> <1460923472-29370-3-git-send-email-serge.hallyn@ubuntu.com> <20160418041126.GA424@mail.hallyn.com> <20160418052905.GA3848@mail.hallyn.com> <20160429214254.GA13615@mail.hallyn.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160429214254.GA13615@mail.hallyn.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 29, 2016 at 04:42:54PM -0500, Serge E. Hallyn wrote: > [ I'm sorry, apparently I had sent the wrong version of this patch. Here > is the correct one from > https://git.kernel.org/cgit/linux/kernel/git/sergeh/linux-security.git/commit/?h=2016-04-17/kernfs.show&id=79f784037098fddae92258579ef494537a12f1b2 > Thanks Michael for pointing that out > ] > > Since we're getting current's cgroup namespace info, and are > not modifying it, we don't need the cgroup_mutex. > > Signed-off-by: Serge Hallyn Can you please fold this into the previous patch? Thanks. -- tejun