]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
cgroups/cgfsng: cgfsns_chown() -> cgfsng_chown()
authorChristian Brauner <christian.brauner@ubuntu.com>
Tue, 31 Oct 2017 10:16:46 +0000 (11:16 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Thu, 9 Nov 2017 00:22:34 +0000 (01:22 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/cgroups/cgfsng.c

index 125ecd3957405642a78d98db33ee495c036cfd17..850bf1425be21e2932ea4d6a9d8c4e5947f17680 100644 (file)
@@ -1492,7 +1492,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;
@@ -2058,7 +2058,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,