Tejun Heo
67f4c36f83
cgroup: add cgroup->dummy_css
...
cgroup subsystem API is being converted to use css
(cgroup_subsys_state) as the main handle, which makes things a bit
awkward for subsystem agnostic core features - the "cgroup.*"
interface files and various iterations - a bit awkward as they don't
have a css to use.
This patch adds cgroup->dummy_css which has NULL ->ss and whose only
role is pointing back to the cgroup. This will be used to support
subsystem agnostic features on the coming css based API.
css_parent() is updated to handle dummy_css's. Note that css will
soon grow its own ->parent field and css_parent() will be made
trivial.
Signed-off-by: Tejun Heo <tj@kernel.org >
Acked-by: Li Zefan <lizefan@huawei.com >
2013-08-08 20:11:24 -04:00
..
2013-07-05 11:40:47 +05:30
2013-06-27 13:42:16 -04:00
2013-06-27 15:15:32 +02:00
2013-07-09 12:18:06 -07:00
2013-07-03 11:54:50 -07:00
2013-07-09 10:33:30 -07:00
2013-07-10 11:10:27 -07:00
2013-07-10 11:16:00 -07:00
2013-07-01 13:10:57 -07:00
2013-07-05 12:48:35 -04:00
2013-06-25 15:34:44 +02:00
2013-07-11 12:35:09 -07:00
2013-07-01 11:17:08 +01:00
2013-06-26 16:21:06 +01:00
2013-07-11 10:17:13 -07:00
2013-07-02 13:43:38 -07:00
2013-07-03 16:31:35 -07:00
2013-07-03 16:07:42 -07:00
2013-07-09 10:33:19 -07:00
2013-07-03 16:07:43 -07:00
2013-07-08 01:23:15 -07:00
2013-07-03 16:07:39 -07:00
2013-07-03 16:07:29 -07:00
2013-07-09 16:30:35 -07:00
2013-08-08 20:11:24 -04:00
2013-07-05 11:09:28 +02:00
2013-07-08 10:13:40 -04:00
2013-07-04 11:40:58 -07:00
2013-07-04 13:12:44 +02:00
2013-07-05 18:59:33 +04:00
2013-07-10 23:41:18 +01:00
2013-07-03 14:35:40 -07:00
2013-07-03 16:07:42 -07:00
2013-07-06 14:09:38 -07:00
2013-07-06 14:09:38 -07:00
2013-07-03 13:25:24 +02:00
2013-07-03 16:07:41 -07:00
2013-06-27 16:53:30 +08:00
2013-07-09 13:33:36 -07:00
2013-06-29 12:57:13 +04:00
2013-07-09 10:33:21 -07:00
2013-07-04 10:29:23 -07:00
2013-07-03 16:07:32 -07:00
2013-06-25 16:44:56 -07:00
2013-07-03 14:55:13 -07:00
2013-06-26 12:13:18 -04:00
2013-06-25 11:48:24 +02:00
2013-06-24 14:02:41 +01:00
2013-07-01 08:12:41 -04:00
2013-07-02 15:53:53 -07:00
2013-07-04 11:40:58 -07:00
2013-07-09 18:24:39 -07:00
2013-07-03 13:21:40 -07:00
2013-07-03 16:07:43 -07:00
2013-07-09 10:33:30 -07:00
2013-07-03 16:07:26 -07:00
2013-07-10 18:11:34 -07:00
2013-07-09 10:33:23 -07:00
2013-07-03 16:07:32 -07:00
2013-07-09 10:33:22 -07:00
2013-07-03 16:08:05 -07:00
2013-07-02 15:38:19 +09:30
2013-06-26 12:10:56 +02:00
2013-06-26 12:10:56 +02:00
2013-07-03 16:08:05 -07:00
2013-07-03 14:55:13 -07:00
2013-06-27 22:44:16 -07:00
2013-07-09 17:17:07 -04:00
2013-06-28 16:29:51 -04:00
2013-07-03 16:07:32 -07:00
2013-07-03 16:07:31 -07:00
2013-06-26 15:55:52 -06:00
2013-06-26 21:10:05 +02:00
2013-07-02 16:17:25 -07:00
2013-07-03 16:08:03 -07:00
2013-07-04 15:51:45 -07:00
2013-07-03 16:16:20 +02:00
2013-06-28 18:20:52 -07:00
2013-07-01 18:10:48 +10:00
2013-07-09 10:33:26 -07:00
2013-06-28 23:15:06 +02:00
2013-07-09 10:33:29 -07:00
2013-06-30 12:40:03 +01:00
2013-06-28 12:02:15 +10:00
2013-07-03 16:08:05 -07:00
2013-07-03 16:08:05 -07:00
2013-07-09 10:33:30 -07:00
2013-07-10 18:11:34 -07:00
2013-07-09 12:09:43 -07:00
2013-07-09 10:33:28 -07:00
2013-07-08 13:36:41 +04:00
2013-07-05 11:40:59 +05:30
2013-07-05 11:41:00 +05:30
2013-07-03 14:55:13 -07:00
2013-07-03 16:07:22 -07:00
2013-07-04 14:34:17 -07:00
2013-07-03 16:07:32 -07:00
2013-07-09 10:33:29 -07:00
2013-07-09 10:47:53 +09:30
2013-07-09 18:24:39 -07:00
2013-07-09 10:33:21 -07:00
2013-07-02 09:52:47 -07:00
2013-07-03 16:07:41 -07:00
2013-07-09 10:33:22 -07:00
2013-07-10 18:11:34 -07:00