From: Tejun Heo Date: Wed, 13 May 2015 19:38:40 +0000 (-0400) Subject: cgroup: separate out include/linux/cgroup-defs.h X-Git-Tag: omap-for-v4.3/legacy-v2-signed~116^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4a04ab7a37b;p=pandora-kernel.git cgroup: separate out include/linux/cgroup-defs.h From 2d728f74bfc071df06773e2fd7577dd5dab6425d Mon Sep 17 00:00:00 2001 From: Tejun Heo 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 --- Reading git-diff-tree failed