From: Aneesh Kumar K.V Date: Thu, 12 Jun 2008 22:21:29 +0000 (-0700) Subject: m68k: Add ext2_find_{first,next}_bit() for ext4 X-Git-Tag: v2.6.26-rc7~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69c5ddf58a03da3686691ad2f293bc79fd977c10;p=pandora-kernel.git m68k: Add ext2_find_{first,next}_bit() for ext4 Add ext2_find_{first,next}_bit(), which are needed for ext4. They're derived out of the ext2_find_next_zero_bit found in the same file. Compile tested with crosstools [Reworked to preserve all symmetry with ext2_find_{first,next}_zero_bit()] This fixes http://bugzilla.kernel.org/show_bug.cgi?id=10393 [akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Geert Uytterhoeven Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed