Skip to content

Commit

Permalink
cgroup: separate out include/linux/cgroup-defs.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tejun Heo committed May 18, 2015
1 parent d0f702e commit b4a04ab
Show file tree
Hide file tree
Showing 2 changed files with 466 additions and 453 deletions.
Loading

0 comments on commit b4a04ab

Please sign in to comment.