Re: [PATCH 1/3] netcls_cgroup: introduce netcls_mutex
From: Daniel Wagner <hidden>
Date: 2012-11-19 14:01:55
Also in:
lkml
From: Daniel Wagner <hidden>
Date: 2012-11-19 14:01:55
Also in:
lkml
On 17.11.2012 04:31, Tejun Heo wrote:
Introduce netcls_mutex to synchronize modifications to cgroup_cls_state. New cgrp now inherits classid from ->css_online() and write_classid() updates classid while holdin netcls_mutex. As write_classid() doesn't propagate new configuration downwards, this currently doesn't make any userland-visible difference, but will help implementing proper hierarchy support. Signed-off-by: Tejun Heo <redacted>
Acked-by: Daniel Wagner <redacted>