From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932065AbdEXRlr (ORCPT ); Wed, 24 May 2017 13:41:47 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:41632 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754110AbdEXRlj (ORCPT ); Wed, 24 May 2017 13:41:39 -0400 Date: Wed, 24 May 2017 10:41:38 -0700 From: Christoph Hellwig To: Tejun Heo Cc: Christoph Hellwig , Shaohua Li , linux-kernel@vger.kernel.org, gregkh@linuxfoundation.org, viro@zeniv.linux.org.uk, Kernel-team@fb.com Subject: Re: [PATCH 5/5] kernfs: add exportfs operations Message-ID: <20170524174138.GA28155@infradead.org> References: <3d3a0860317afa0fb722c1a6df58e04593fc700a.1495490800.git.shli@fb.com> <20170523074019.GC29525@infradead.org> <20170523185711.GB13222@htj.duckdns.org> <20170524173822.GB13151@infradead.org> <20170524173939.GJ24798@htj.duckdns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170524173939.GJ24798@htj.duckdns.org> User-Agent: Mutt/1.8.0 (2017-02-23) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 24, 2017 at 01:39:39PM -0400, Tejun Heo wrote: > > You can already get i_ino using statx, and i_generation using > > FS_IOC_GETVERSION, so I'm a little lost on why you need the full > > exportfs infrastructure. > > But how do you map that back to the cgroup without scanning the cgroup > hierarchy? I'm totally lost on why you would do that. So maybe you just need to send the full patch so that reviewers get the full picture.