]> www.infradead.org Git - users/jedix/linux-maple.git/commit
cgroup: update some statememt about delegation
authorChen Ridong <chenridong@huawei.com>
Thu, 15 Aug 2024 13:14:08 +0000 (13:14 +0000)
committerTejun Heo <tj@kernel.org>
Mon, 19 Aug 2024 22:16:17 +0000 (12:16 -1000)
commitd1a92d2d6c5dbeba9a87bfb57fa0142cdae7b206
tree60ae9c0a7c40540ebcb47b3d6ac9e3f9115f011a
parent9b103943ab281d137df1cdb48dcef329a87e0a06
cgroup: update some statememt about delegation

The comment in cgroup_file_write is missing some interfaces, such as
'cgroup.threads'. All delegatable files are listed in
'/sys/kernel/cgroup/delegate', so update the comment in cgroup_file_write.
Besides, add a statement that files outside the namespace shouldn't be
visible from inside the delegated namespace.

tj: Reflowed text for consistency.

Signed-off-by: Chen Ridong <chenridong@huawei.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Documentation/admin-guide/cgroup-v2.rst
kernel/cgroup/cgroup.c