| commit | 62220f4f56f10df03e250725bfa0e752fab1e95c | [log] [tgz] |
|---|---|---|
| author | Tejun Heo <tj@kernel.org> | Wed May 13 16:21:40 2015 -0400 |
| committer | Tejun Heo <tj@kernel.org> | Wed May 13 16:21:40 2015 -0400 |
| tree | 0526eb6ee604371a7b4df84e8258c37e1ce74963 | |
| parent | d0f702e648dc365070f1868ec291264ad27e65d8 [diff] |
cgroup: separate out include/linux/cgroup-defs.h This patch separates out cgroup-defs.h from cgroup.h which has grown a lot of dependencies. cgroup-defs.h currently only contains constant and type definitions and can be used to break circular include dependency. While moving, definitions are reordered so that cgroup-defs.h has consistent logical structure. This patch is pure reorganization. Signed-off-by: Tejun Heo <tj@kernel.org>