From: Tejun Heo Date: Mon, 19 Nov 2012 16:13:36 +0000 (-0800) Subject: cgroup: make CSS_* flags bit masks instead of bit positions X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~57^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38b53abaa3e0c7e750ef73eee919cf42eee6b134;p=pandora-kernel.git cgroup: make CSS_* flags bit masks instead of bit positions Currently, CSS_* flags are defined as bit positions and manipulated using atomic bitops. There's no reason to use atomic bitops for them and bit positions are clunkier to deal with than bit masks. Make CSS_* bit masks instead and use the usual C bitwise operators to access them. Signed-off-by: Tejun Heo Acked-by: Li Zefan --- Reading git-diff-tree failed