cgroup: make cgroup_is_threaded() and cgroup_is_thread_root() static
authorMiaohe Lin <linmiaohe@huawei.com>
Sat, 3 Jun 2023 07:13:04 +0000 (15:13 +0800)
committerTejun Heo <tj@kernel.org>
Mon, 5 Jun 2023 20:31:41 +0000 (10:31 -1000)
commit0dad9b072b2b170a99fcefa330a1a3193d503d8c
tree5e29f9a821ab568ca3784afc6d606906cc9c26db
parentc20d4d889fc65bedd52430710ff7428bf32944fd
cgroup: make cgroup_is_threaded() and cgroup_is_thread_root() static

They're only called inside cgroup.c. Make them static.

Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cgroup/cgroup-internal.h
kernel/cgroup/cgroup.c