Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755266AbbFPU6a (ORCPT ); Tue, 16 Jun 2015 16:58:30 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:36472 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752365AbbFPU6W (ORCPT ); Tue, 16 Jun 2015 16:58:22 -0400 Date: Tue, 16 Jun 2015 13:58:21 -0700 From: Greg Kroah-Hartman To: Tejun Heo Cc: lizefan@huawei.com, hannes@cmpxchg.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@fb.com Subject: Re: [PATCH 1/4] kernfs: make kernfs_get_inode() public Message-ID: <20150616205821.GA2535@kroah.com> References: <1434481817-32001-1-git-send-email-tj@kernel.org> <1434481817-32001-2-git-send-email-tj@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1434481817-32001-2-git-send-email-tj@kernel.org> User-Agent: Mutt/1.5.23+89 (0255b37be491) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 971 Lines: 28 On Tue, Jun 16, 2015 at 03:10:14PM -0400, Tejun Heo wrote: > Move kernfs_get_inode() prototype from fs/kernfs/kernfs-internal.h to > include/linux/kernfs.h. It obtains the matching inode for a > kernfs_node. > > It will be used by cgroup for inode based permission checks for now > but is generally useful. > > Signed-off-by: Tejun Heo > Cc: Greg Kroah-Hartman > --- > Hello, Greg. > > Given that cgroup will be the first and only, for now, user, I think > it'd be the eaiest to route this with the related cgroup patches > through the cgroup tree. What do you think? That's fine with me, feel free to add: Acked-by: Greg Kroah-Hartman to it. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/