From: Tejun Heo Date: Mon, 15 Apr 2013 03:15:25 +0000 (-0700) Subject: move cgroupfs_root to include/linux/cgroup.h X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~124^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25a7e6848db76e22677aff202d9c4ef3503be15b;p=pandora-kernel.git move cgroupfs_root to include/linux/cgroup.h While controllers shouldn't be accessing cgroupfs_root directly, it being hidden inside kern/cgroup.c makes somethings pretty silly. This makes routing hierarchy-wide settings which need to be visible to controllers cumbersome. We're gonna add another hierarchy-wide setting which needs to be accessed from controllers. Move cgroupfs_root and its flags to the header file so that we can access root settings with inline helpers. Signed-off-by: Tejun Heo Acked-by: Serge E. Hallyn Acked-by: Li Zefan --- Reading git-diff-tree failed