commit | aa8188253474b4053bc2900d9fcb545ce68bdf5c | [log] [tgz] |
---|---|---|
author | Shaohua Li <shli@fb.com> | Wed Jul 12 11:49:51 2017 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Sat Jul 29 09:00:03 2017 -0600 |
tree | 7d7afd563e9f2cd46cf8c0a0299aab42fcf764e9 | |
parent | c53cd490b1a491ebf1d8e30da97e7231459a4208 [diff] |
kernfs: add exportfs operations 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. Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Shaohua Li <shli@fb.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>