• David Howells's avatar
    cpuset: Use fs_context · a1875374
    David Howells authored
    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: default avatarDavid Howells <dhowells@redhat.com>
    cc: Tejun Heo <tj@kernel.org>
    Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
    a1875374
cpuset.c 99.2 KB