From mboxrd@z Thu Jan 1 00:00:00 1970 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 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. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH 1/4] kernfs: make kernfs_get_inode() public Date: Tue, 16 Jun 2015 13:58:21 -0700 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 Return-path: Content-Disposition: inline In-Reply-To: <1434481817-32001-2-git-send-email-tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Tejun Heo Cc: lizefan-hv44wF8Li93QT0dZR+AlfA@public.gmane.org, hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, kernel-team-b10kYP2dOMg@public.gmane.org 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.