]> git.baikalelectronics.ru Git - kernel.git/commit
m68k: Implement generic_find_next_{zero_,}le_bit()
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 28 Feb 2010 12:06:27 +0000 (13:06 +0100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 17 May 2010 19:15:40 +0000 (21:15 +0200)
commitfc1ce99ebbc8331c241686bfafec4837197b7a62
tree80b35c6bf243e63f615e600163bcf2fed09b9dbc
parenta5fd93b5c4d36b5b5cf60c3f29db64ccf0b1e267
m68k: Implement generic_find_next_{zero_,}le_bit()

linux-next:
fs/udf/balloc.c: In function 'udf_bitmap_new_block':
fs/udf/balloc.c:274: error: implicit declaration of function 'generic_find_next_le_bit'

Convert ext2_find_next_{zero_,}bit() into generic_find_next_{zero_,}le_bit(),
and wrap the ext2_find_next_{zero_,}bit() around the latter.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/include/asm/bitops_mm.h