diff options
Diffstat (limited to 'libbcachefs/util.h')
-rw-r--r-- | libbcachefs/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbcachefs/util.h b/libbcachefs/util.h index f0e360eb..d41e133a 100644 --- a/libbcachefs/util.h +++ b/libbcachefs/util.h @@ -401,6 +401,8 @@ do { \ _ret; \ }) +u64 bch2_get_random_u64_below(u64); + void memcpy_to_bio(struct bio *, struct bvec_iter, const void *); void memcpy_from_bio(void *, struct bio *, struct bvec_iter); |