]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/basic/missing.h
cgroup2: use new fstype for unified hierarchy
authorAlban Crequy <alban@kinvolk.io>
Mon, 7 Dec 2015 00:10:50 +0000 (01:10 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 26 Mar 2016 16:05:29 +0000 (12:05 -0400)
commit099619957a0d9ae0e6e5e221493e40fb8fc2cd81
tree5fb572958a5cecf98821f08a9b3bbd787038975c
parent09541e49ebd17b41482e447dd8194942f39788c0
cgroup2: use new fstype for unified hierarchy

Since Linux v4.4-rc1, __DEVEL__sane_behavior does not exist anymore and
is replaced by a new fstype "cgroup2".

With this patch, systemd no longer supports the old (unstable) way of
doing unified hierarchy with __DEVEL__sane_behavior and systemd now
requires Linux v4.4 for unified hierarchy.

Non-unified hierarchy is still the default and is unchanged by this
patch.

https://github.com/torvalds/linux/commit/67e9c74b8a873408c27ac9a8e4c1d1c8d72c93ff
src/basic/cgroup-util.c
src/basic/missing.h
src/core/mount-setup.c
src/nspawn/nspawn-cgroup.c
src/nspawn/nspawn-mount.c