From: Tejun Heo Date: Mon, 15 Apr 2013 03:15:25 +0000 (-0700) Subject: cgroup: convert cgroupfs_root flag bits to masks and add CGRP_ prefix X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~124^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9343862945fdd3dd5cb7648bb24cabe40faa9ad9;p=pandora-kernel.git cgroup: convert cgroupfs_root flag bits to masks and add CGRP_ prefix There's no reason to be using bitops, which tends to be more cumbersome, to handle root flags. Convert them to masks. Also, as they'll be moved to include/linux/cgroup.h and it's generally a good idea, add CGRP_ prefix. Note that flags are assigned from (1 << 1). The first bit will be used by a flag which will be added soon. Signed-off-by: Tejun Heo Acked-by: Serge E. Hallyn Acked-by: Li Zefan --- Reading git-diff-tree failed