Skip to content
Commit b52dd007 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

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: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent 9881bbb2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment