commit | a18753747385b8b98577a18adc8ec99fda679044 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Nov 01 23:07:25 2018 +0000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Feb 28 03:29:35 2019 -0500 |
tree | 546debfba5316ba715ca75d293696ca573201c1f | |
parent | 23bf1b6be9c291a7130118dcc7384f72ac04d813 [diff] |
cpuset: Use fs_context Make the cpuset filesystem use the filesystem context. This is potentially tricky as the cpuset fs is almost an alias for the cgroup filesystem, but with some special parameters. This can, however, be handled by setting up an appropriate cgroup filesystem and returning the root directory of that as the root dir of this one. Signed-off-by: David Howells <dhowells@redhat.com> cc: Tejun Heo <tj@kernel.org> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>