You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[FLS64]: generic version
Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
c865e5d99e
commit
3821af2fe1
@@ -245,6 +245,7 @@ static __inline__ int fls (unsigned int x)
|
||||
{
|
||||
return __cntlz(x);
|
||||
}
|
||||
#define fls64(x) generic_fls64(x)
|
||||
|
||||
static __inline__ int
|
||||
find_next_bit(const unsigned long *addr, int size, int offset)
|
||||
|
||||
Reference in New Issue
Block a user