Re: [PATCH V4 06/12] kernfs: add exportfs operations
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2017-06-29 12:51:20
Also in:
lkml
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2017-06-29 12:51:20
Also in:
lkml
On Wed, Jun 28, 2017 at 09:29:56AM -0700, Shaohua Li wrote:
From: Shaohua Li <redacted> Now we have the facilities to implement exportfs operations. The idea is cgroup can export the fhandle info to userspace, then userspace uses fhandle to find the cgroup name. Another example is userspace can get fhandle for a cgroup and BPF uses the fhandle to filter info for the cgroup. Signed-off-by: Shaohua Li <redacted>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>