Re: [16/32] kernfs, sysfs, cgroup, intel_rdt: Support fs_context [ver #8]
From: David Howells <dhowells@redhat.com>
Date: 2018-06-22 12:52:18
Also in:
linux-fsdevel, lkml
From: David Howells <dhowells@redhat.com>
Date: 2018-06-22 12:52:18
Also in:
linux-fsdevel, lkml
Andrei Vagin [off-list ref] wrote:
ret = 0;
+ ctx->root = root;
goto out_unlock;Okay, I can see that.
percpu_ref_reinit(&root->cgrp.self.refcnt);
mutex_unlock(&cgroup_mutex);
}
+ cgroup_get(&root->cgrp);This probably needs to be conditional on ret == 0. Which version are you testing btw? The patches in git have been fixed a little from what was last posted. David