]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
cgroup: split namespace into separate header
authorChristian Brauner <brauner@kernel.org>
Wed, 17 Sep 2025 10:28:03 +0000 (12:28 +0200)
committerChristian Brauner <brauner@kernel.org>
Fri, 19 Sep 2025 12:26:18 +0000 (14:26 +0200)
commit5fc6bef178f1b644f1439e520c8f83bfc83a1252
treef38d474f4fa062fb76847eab3a7f2e44282c6f5f
parentf74ca6da113d5d4b21c00bb4da3f3c137162b4fe
cgroup: split namespace into separate header

We have dedicated headers for all namespace types. Add one for the
cgroup namespace as well. Now it's consistent for all namespace types
and easy to figure out what to include.

Acked-by: Tejun Heo <tj@kernel.org>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Christian Brauner <brauner@kernel.org>
include/linux/cgroup.h
include/linux/cgroup_namespace.h [new file with mode: 0644]