From: Tejun Heo Date: Tue, 14 May 2013 20:52:32 +0000 (-0700) Subject: blk-throttle: simplify throtl_grp flag handling X-Git-Tag: v3.11-rc1~21^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b2c16aae0c074c3bb546c4c066ca7064684553c;p=pandora-kernel.git blk-throttle: simplify throtl_grp flag handling blk-throttle is still using function-defining macros to define flag handling functions, which went out style at least a decade ago. Just define the flag as bitmask and use direct bit operations. This patch doesn't make any functional changes. Signed-off-by: Tejun Heo Acked-by: Vivek Goyal --- Reading git-diff-tree failed