From: Akinobu Mita Date: Wed, 28 Mar 2012 21:42:50 +0000 (-0700) Subject: sysctl: use bitmap library functions X-Git-Tag: v3.4-rc1~53^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a04cca6c39cdd0b8c75b0628da634248f381b62;p=pandora-kernel.git sysctl: use bitmap library functions Use bitmap_set() instead of using set_bit() for each bit. This conversion is valid because the bitmap is private in the function call and atomic bitops were unnecessary. This also includes minor change. - Use bitmap_copy() for shorter typing Signed-off-by: Akinobu Mita Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed