From: Rasmus Villemoes Date: Wed, 6 Aug 2014 23:10:24 +0000 (-0700) Subject: lib: bitmap: add missing mask in bitmap_andnot X-Git-Tag: omap-for-v3.17/fixes-against-rc2~137^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74e765319084bd2940a9612ada961f0f7385936c;p=pandora-kernel.git lib: bitmap: add missing mask in bitmap_andnot Apparently, bitmap_andnot is supposed to return whether the new bitmap is empty. But it didn't take potential garbage bits in the last word into account. Signed-off-by: Rasmus Villemoes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed