cgroups/cgfsng: cgfsns_chown() -> cgfsng_chown()

parent ae5e6c08
......@@ -1520,7 +1520,7 @@ static int chown_cgroup_wrapper(void *data)
return 0;
}
static bool cgfsns_chown(void *hdata, struct lxc_conf *conf)
static bool cgfsng_chown(void *hdata, struct lxc_conf *conf)
{
struct cgfsng_handler_data *d = hdata;
struct chown_data wrap;
......@@ -2165,7 +2165,7 @@ static struct cgroup_ops cgfsng_ops = {
.setup_limits = cgfsng_setup_limits,
.name = "cgroupfs-ng",
.attach = cgfsng_attach,
.chown = cgfsns_chown,
.chown = cgfsng_chown,
.mount_cgroup = cgfsng_mount,
.nrtasks = cgfsng_nrtasks,
.driver = CGFSNG,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment