Tejun Heo
73e80ed800
cgroup: add __rcu modifier to cgroup->subsys[]
...
For the planned unified hierarchy, each css (cgroup_subsys_state) will
be RCU protected so that it can be created and destroyed individually
while allowing RCU accesses. Previous changes ensured that all
cgroup->subsys[] accesses use the cgroup_css() accessor. This patch
adds __rcu modifier to cgroup->subsys[], add matching RCU dereference
in cgroup_css() and convert all assignments to either
rcu_assign_pointer() or RCU_INIT_POINTER().
This change prepares for the actual RCUfication of css's and doesn't
introduce any visible behavior change. The conversion is verified
with sparse and all accesses are properly RCU annotated.
Signed-off-by: Tejun Heo <tj@kernel.org >
Acked-by: Li Zefan <lizefan@huawei.com >
2013-08-13 11:01:55 -04:00
..
2013-06-14 23:01:05 +02:00
2013-04-30 17:04:10 -07:00
2013-08-13 11:01:54 -04:00
2013-07-06 12:37:04 -07:00
2013-07-03 17:12:13 -07:00
2013-08-08 20:11:27 -04:00
2013-07-05 11:09:28 +02:00
2013-07-11 09:02:09 -07:00
2013-04-22 07:09:06 -07:00
2013-05-04 14:57:58 -04:00
2013-03-12 13:59:14 -07:00
2013-06-12 16:29:46 -07:00
2013-06-12 16:29:45 -07:00
2013-07-09 10:33:19 -07:00
2013-07-09 10:33:19 -07:00
2013-07-09 10:33:19 -07:00
2013-04-14 10:06:31 -07:00
2013-08-08 20:11:27 -04:00
2013-08-13 11:01:55 -04:00
2013-05-01 07:21:43 -07:00
2013-05-01 17:29:18 -04:00
2013-06-20 08:18:35 -10:00
2013-06-12 16:29:44 -07:00
2013-08-08 20:11:27 -04:00
2013-07-09 10:33:26 -07:00
2013-04-15 13:25:16 +02:00
2013-07-10 18:11:34 -07:00
2013-05-12 14:16:22 +02:00
2013-06-25 23:11:19 +02:00
2013-07-06 14:09:38 -07:00
2013-04-15 15:17:26 +09:30
2013-05-28 08:50:00 +02:00
2013-04-30 17:04:07 -07:00
2013-07-03 16:08:02 -07:00
2013-07-03 16:07:46 -07:00
2013-04-30 17:04:02 -07:00
2013-05-12 14:16:21 +02:00
2013-07-09 10:33:29 -07:00
2013-03-15 15:09:43 +10:30
2013-07-10 14:51:41 -07:00
2013-06-26 12:10:56 +02:00
2013-05-01 17:29:39 -04:00
2013-07-11 09:02:09 -07:00
2013-07-02 15:38:19 +09:30
2013-05-01 17:51:54 -07:00
2013-07-03 16:08:05 -07:00
2013-07-03 16:54:42 +02:00
2013-04-18 12:51:19 +02:00
2013-07-10 18:14:24 -07:00
2013-05-01 17:29:18 -04:00
2013-07-09 10:33:26 -07:00
2013-06-18 11:32:10 -05:00
2013-06-10 13:46:44 -07:00
2013-06-10 13:45:53 -07:00
2013-06-10 13:45:53 -07:00
2013-06-10 13:45:25 -07:00
2013-06-10 13:46:44 -07:00
2013-05-05 00:16:35 -04:00
2013-07-03 16:07:41 -07:00
2013-06-10 13:44:56 -07:00
2013-07-09 10:33:29 -07:00
2013-05-08 10:13:35 -07:00
2013-07-03 16:08:06 -07:00
2013-04-10 14:48:37 +02:00
2013-05-28 09:23:52 +02:00
2013-03-23 15:53:52 -07:00
2013-03-26 11:07:19 +11:00
2013-04-30 17:04:08 -07:00
2013-05-12 14:16:23 +02:00
2013-04-30 17:04:03 -07:00
2013-04-12 14:18:43 +02:00
2013-07-02 16:14:35 -07:00
2013-05-09 13:46:38 -04:00
2013-07-09 10:33:29 -07:00
2013-06-26 18:01:46 +09:00
2013-07-11 09:02:09 -07:00
2013-04-29 18:28:42 -07:00
2013-06-19 12:58:42 +02:00
2013-06-28 17:10:11 +02:00
2013-04-29 13:55:38 -07:00
2013-05-01 17:51:54 -07:00
2013-05-01 17:51:54 -07:00
2013-05-01 17:29:39 -04:00
2013-05-15 13:50:38 +01:00
2013-03-14 08:24:05 +01:00
2013-06-19 12:58:42 +02:00
2013-07-02 19:53:30 -07:00