From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751216AbcEIQTT (ORCPT ); Mon, 9 May 2016 12:19:19 -0400 Received: from mail-yw0-f172.google.com ([209.85.161.172]:33536 "EHLO mail-yw0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750914AbcEIQTQ (ORCPT ); Mon, 9 May 2016 12:19:16 -0400 Date: Mon, 9 May 2016 12:19:13 -0400 From: Tejun Heo To: "Serge E. Hallyn" Cc: linux-kernel@vger.kernel.org, "Michael Kerrisk (man-pages)" , serge@hallyn.com, 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] mountinfo: implement show_path for kernfs and cgroup Message-ID: <20160509161913.GF7110@mtj.duckdns.org> References: <20160509145955.GA12316@mail.hallyn.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160509145955.GA12316@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 Mon, May 09, 2016 at 09:59:55AM -0500, Serge E. Hallyn wrote: > Patch summary: > > When showing a cgroupfs entry in mountinfo, show the path of the mount > root dentry relative to the reader's cgroup namespace root. Applied to cgroup/for-4.6-fixes w/ subject updated. Thanks. -- tejun