[PATCH 07/11] cgroup: drop unnecessary RCU dancing from __put_css_set()

2013-06-12 Thread Tejun Heo
__put_css_set() does RCU read access on @cgrp across dropping @cgrp->count so that it can continue accessing @cgrp even if the count reached zero and destruction of the cgroup commenced. Given that both sides - __css_put() and cgroup_destroy_locked() - are cold paths, this is unnecessary. Just ma

[PATCH 07/11] cgroup: drop unnecessary RCU dancing from __put_css_set()

2013-06-12 Thread Tejun Heo
__put_css_set() does RCU read access on @cgrp across dropping @cgrp->count so that it can continue accessing @cgrp even if the count reached zero and destruction of the cgroup commenced. Given that both sides - __css_put() and cgroup_destroy_locked() - are cold paths, this is unnecessary. Just ma