cgroup: separate out include/linux/cgroup-defs.h
authorTejun Heo <tj@kernel.org>
Wed, 13 May 2015 19:38:40 +0000 (15:38 -0400)
committerSasha Levin <sasha.levin@oracle.com>
Tue, 23 Feb 2016 05:49:13 +0000 (00:49 -0500)
commit13a16b9e3907607e4a324373362701c26f6e1cea
tree263cdf86a4ecc560177868afcfe0bfc2ff56d8ce
parent69cc9251b85d6ddfd8e94b6be60aacdceec98b22
cgroup: separate out include/linux/cgroup-defs.h

[ Upstream commit b4a04ab7a37b490cad48e69abfe14288cacb669c ]

From 2d728f74bfc071df06773e2fd7577dd5dab6425d Mon Sep 17 00:00:00 2001
From: Tejun Heo <tj@kernel.org>
Date: Wed, 13 May 2015 15:37:01 -0400

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>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
include/linux/cgroup-defs.h [new file with mode: 0644]
include/linux/cgroup.h