Re: [PATCH v5 1/6] cgroup: unify attach permission checking
From: Michal Koutný <mkoutny@suse.com>
Date: 2020-01-29 13:25:49
Also in:
cgroups, lkml
From: Michal Koutný <mkoutny@suse.com>
Date: 2020-01-29 13:25:49
Also in:
cgroups, lkml
On Tue, Jan 21, 2020 at 04:48:39PM +0100, Christian Brauner [off-list ref] wrote:
+static int cgroup_attach_permissions(struct cgroup *src_cgrp, + struct cgroup *dst_cgrp, + struct super_block *sb, bool thread)
I suggest inverting the logic of the last argument to make it consistent with other functions that use threadgroup argument for similar distinction. Apart from that Acked-by: Michal Koutný <mkoutny@suse.com>