cgroup_do_mount(): massage calling conventions
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 17 Jan 2019 07:44:07 +0000 (02:44 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 28 Feb 2019 08:29:33 +0000 (03:29 -0500)
commit71d883c37e8d4484207708af56685abb39703b04
tree6832158277340fa8de0508aad96495930eb26bc8
parentcf6299b1d00555cd10dc30d95b300d7084128a2c
cgroup_do_mount(): massage calling conventions

pass it fs_context instead of fs_type/flags/root triple, have
it return int instead of dentry and make it deal with setting
fc->root.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
kernel/cgroup/cgroup-internal.h
kernel/cgroup/cgroup-v1.c
kernel/cgroup/cgroup.c