diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2016-02-20 04:27:56 -0900 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2016-08-28 19:16:16 -0800 |
commit | aae4a1ff28578bbb1346deedfffd5152b5b2a49f (patch) | |
tree | 3a0bcc0e78f65dff676e18952f2cbc5a530c89a2 /fs/bcachefs/util.h | |
parent | 8257a6962f0ce690672fc228d220c82126a54f35 (diff) |
rework allocator round robiningbcache-dev-wip
Diffstat (limited to 'fs/bcachefs/util.h')
-rw-r--r-- | fs/bcachefs/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/util.h b/fs/bcachefs/util.h index 97eea8892572..757a575e28bd 100644 --- a/fs/bcachefs/util.h +++ b/fs/bcachefs/util.h @@ -625,7 +625,7 @@ do { \ _ret; \ }) -size_t bch_rand_range(size_t); +u64 bch_rand_range(u64); void memcpy_to_bio(struct bio *, struct bvec_iter, void *); void memcpy_from_bio(void *, struct bio *, struct bvec_iter); |