mirror of
https://github.com/versity/scoutfs.git
synced 2026-04-26 16:15:06 +00:00
Add bitops.c for find_next_bit_le()
The upcoming buddy changes are going to need a find_next_bit_le(). Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
@@ -75,4 +75,6 @@ static inline int test_and_clear_bit_le(int nr, void *addr)
|
||||
return ret;
|
||||
}
|
||||
|
||||
int find_next_bit_le(void *addr, long size, int start);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user