Skip to content

Commit

Permalink
cgroups/cgfsng: cgfsns_chown() -> cgfsng_chown()
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner committed Nov 9, 2017
1 parent f2cacc2 commit a409c1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lxc/cgroups/cgfsng.c
Expand Up @@ -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;
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit a409c1b

Please sign in to comment.