From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754479AbcEBQdp (ORCPT ); Mon, 2 May 2016 12:33:45 -0400 Received: from mail-yw0-f177.google.com ([209.85.161.177]:34890 "EHLO mail-yw0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754407AbcEBQdf (ORCPT ); Mon, 2 May 2016 12:33:35 -0400 Date: Mon, 2 May 2016 12:33:32 -0400 From: Tejun Heo To: "Serge E. Hallyn" Cc: Karel Zak , "Eric W. Biederman" , "Serge E. Hallyn" , linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, containers@lists.linux-foundation.org, hannes@cmpxchg.org, gregkh@linuxfoundation.org, cgroups@vger.kernel.org, akpm@linux-foundation.org Subject: Re: [PATCH 2/2] mountinfo: implement show_path for kernfs and cgroup Message-ID: <20160502163332.GU7822@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> <87mvoqqu48.fsf@x220.int.ebiederm.org> <20160419014419.GA19080@mail.hallyn.com> <20160419040546.GA20350@mail.hallyn.com> <20160426024207.GA2783@mail.hallyn.com> <20160426102925.vkydkjtrsnibuc7c@ws.net.home> <20160426143622.GA11021@mail.hallyn.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160426143622.GA11021@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 Tue, Apr 26, 2016 at 09:36:23AM -0500, Serge E. Hallyn wrote: > > In the ideal world there is no mountinfo file, but /proc/self/mountinfo// > > directory with individual files, so every subsystem and filesystem has > > absolute freedom to store there all relevant information. The result will > > be also lucky kernel that does not have to always generate entire huge > > mountinfo file for all mountpoins... etc. :-) > > Yeah mountinfo does seem like a big stick to swing around every time I want > one little piece of information. Also mght be good to have per-fstype > directories so we can just look under /proc/self/mountsdir/cgroupfs/ for > only cgroupfs s. > > There we might also find open fds for source and mountdir, kinda fitting > in with previous discussions of separating bdev_open() and mountat(). > > BTW, assuming this would in fact report source and mountpoint location > with fds, these would really (through realpath) be reported relative to > the reader's namespace, as I'm doing and advocating here. So, what's the consensus here? Is everyone okay with the posted patches? Thanks. -- tejun