Re: [PATCH 3/8] cgroup: implement cgroup_get_from_path() and expose cgroup_put()
From: Tejun Heo <tj@kernel.org>
Date: 2015-12-22 18:13:25
Also in:
cgroups, lkml, netfilter-devel
From: Tejun Heo <tj@kernel.org>
Date: 2015-12-22 18:13:25
Also in:
cgroups, lkml, netfilter-devel
Hello, Serge. On Mon, Dec 21, 2015 at 06:22:41PM -0600, Serge E. Hallyn wrote:
I'm trying to figure out how to handle this in the cgroup ns patchset. Is this going to be purely used internally? From the user i see in this patchset it looks like I should leave it be (and have @path always be absolute) Is that right?
Yeap, I don't think this function needs to worry about namespaces. Thanks. -- tejun