From: Haavard Skinnemoen Date: Tue, 31 Oct 2006 19:01:11 +0000 (+0100) Subject: AVR32: Fix thinko in generic_find_next_zero_le_bit() X-Git-Tag: v2.6.19-rc5~8^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=168c8fa32ff40d6caf7226a5abf2a0096f3393bf;p=pandora-kernel.git AVR32: Fix thinko in generic_find_next_zero_le_bit() The existing implementation of this function seems to be looking for a one although it should be looking for a zero. This causes trouble for the ext2 filesystem, which tends to report -ENOSPC without this patch. Fix this by complementing each word before scanning. Signed-off-by: Haavard Skinnemoen --- Reading git-diff-tree failed