chiark / gitweb /
systemd: fall back to mounting /sys/fs/cgroup sans xattr
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 23 Apr 2013 00:39:03 +0000 (20:39 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 24 Apr 2013 04:25:04 +0000 (00:25 -0400)
commit0ee679580e55b4b7fe6c68bf63d953017c489617
tree8f9fa8ac0cf93a01b23e3ea3e7591e6e77fbcbbf
parent2e3ffafcabcd5077c2d96757bd407cde1f88a883
systemd: fall back to mounting /sys/fs/cgroup sans xattr

xattrs on cgroup fs were added back in v3.6-rc3-3-g03b1cde. But we
support kernels >= 2.6.39, and we should also support kernels compiled
w/o xattr support, even if systemd is compiled with xattr support.
Fall back to mounting without xattr support.

Tested-by: Colin Walters <walters@verbum.org>
src/core/mount-setup.c