Thread (11 messages) 11 messages, 2 authors, 2017-09-13

Re: [PATCH V2 1/4] kthread: add a mechanism to store cgroup info

From: Tejun Heo <tj@kernel.org>
Date: 2017-09-13 21:43:39
Also in: lkml

On Wed, Sep 13, 2017 at 02:38:20PM -0700, Tejun Heo wrote:
Maybe doing sth like the following is less error-prone?

kthread_associate_blkcg(@css)
{
	if (current's kthread->blkcg_css)
		put kthread->blkcg_css and set it to NULL;
	if (@css)
		get @css and set kthread->blkcg;
}
Ooh, also, maybe add a WARN_ON_ONCE on non-NULL blkcg_css on kthread
exit?

Thanks.

-- 
tejun
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help