[PATCH v3 3/3] linux/bitmap: Replace find_fisrt_{zero_}bit with the new lightweight api

2015-11-18 Thread Jia He
This is to replace find_fisrt_{zero_}bit with the new lightweight api all_bit_is_{one,zero} in bitmap_{full,empty} Signed-off-by: Jia He --- include/linux/bitmap.h | 4 ++-- include/linux/bitops.h | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/include/linux/bitmap.h

[PATCH v3 3/3] linux/bitmap: Replace find_fisrt_{zero_}bit with the new lightweight api

2015-11-18 Thread Jia He
This is to replace find_fisrt_{zero_}bit with the new lightweight api all_bit_is_{one,zero} in bitmap_{full,empty} Signed-off-by: Jia He --- include/linux/bitmap.h | 4 ++-- include/linux/bitops.h | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git