+17
−15
Loading
It turns out that a bit operation like find_next_bit is not always fast enough
for f2fs_find_entry.
Instead, it is pretty much simple and fast to traverse each dentries.
Signed-off-by:
Jaegeuk Kim <jaegeuk.kim@samsung.com>