From: Aneesh Kumar K.V Date: Sat, 23 Feb 2008 06:38:34 +0000 (-0500) Subject: ext4: ext4_find_next_zero_bit needs an aligned address on some arch X-Git-Tag: v2.6.25-rc4~155^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffad0a44b7216d0f079dcf95a351082099d1e5fb;p=pandora-kernel.git ext4: ext4_find_next_zero_bit needs an aligned address on some arch ext4_find_next_zero_bit and ext4_find_next_bit needs a long aligned address on x8_64. Add mb_find_next_zero_bit and mb_find_next_bit and use them in the mballoc. Fix: https://bugzilla.redhat.com/show_bug.cgi?id=433286 Eric Sandeen debugged the problem and suggested the fix. Signed-off-by: Aneesh Kumar K.V Acked-by: Eric Sandeen Signed-off-by: Mingming Cao Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed