Skip to content
Commit 168c8fa3 authored by Haavard Skinnemoen's avatar Haavard Skinnemoen
Browse files

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: default avatarHaavard Skinnemoen <hskinnemoen@atmel.com>
parent e9a43850
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