Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1166403
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/4] kernfs: make kernfs_get_inode() public |
| Date | 2015-06-16 23:00 +0200 |
| Message-ID | <pC67E-5mw-9@gated-at.bofh.it> (permalink) |
| References | <pC4yS-3dz-15@gated-at.bofh.it> <pC4yS-3dz-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 <tj@kernel.org> > Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> > --- > 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 <gregkh@linuxfoundation.org> 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/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 1/4] kernfs: make kernfs_get_inode() public Tejun Heo <tj@kernel.org> - 2015-06-16 21:20 +0200 Re: [PATCH 1/4] kernfs: make kernfs_get_inode() public Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-06-16 23:00 +0200
csiph-web