Re: [PATCH 2/7] kernfs: implement kernfs_walk_and_get()

From: Tejun Heo
Date: Fri Nov 20 2015 - 16:13:17 EST


On Thu, Nov 19, 2015 at 08:41:04PM -0800, Greg Kroah-Hartman wrote:
> On Thu, Nov 19, 2015 at 01:52:46PM -0500, Tejun Heo wrote:
> > Implement kernfs_walk_and_get() which is similar to
> > kernfs_find_and_get() but can walk a path instead of just a name.
> >
> > v2: Use strlcpy() instead of strlen() + memcpy() as suggested by
> > David.
> >
> > Signed-off-by: Tejun Heo <tj@xxxxxxxxxx>
> > Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
> > Cc: David Miller <davem@xxxxxxxxxxxxx>
> > ---
> > fs/kernfs/dir.c | 46 ++++++++++++++++++++++++++++++++++++++++++++++
> > include/linux/kernfs.h | 12 ++++++++++++
> > 2 files changed, 58 insertions(+)
>
> Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

Greg, would it be okay to route this one through either cgroup or net
tree?

Thanks.

--
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/