]> git.sesse.net Git - bcachefs-tools-debian/commit
Fix build on 32 bit
authorKent Overstreet <kent.overstreet@linux.dev>
Wed, 8 Nov 2023 02:17:06 +0000 (21:17 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Wed, 8 Nov 2023 02:17:06 +0000 (21:17 -0500)
commit29e27cc49234571477c9840a7112270069553abc
tree6d0496744e10852a684327bfc8b4fec9680209b7
parentd6d1d8e5193d87c0133594ca65b10b24de8e7130
Fix build on 32 bit

size_t is apparently not an unsigned long on 32 bit, which is what
rounddown_pow_of_two() returns.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
include/linux/slab.h