summaryrefslogtreecommitdiff
path: root/libbcachefs/rebalance_types.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2021-02-02 14:26:28 -0500
committerKent Overstreet <kent.overstreet@gmail.com>2021-02-02 16:07:59 -0500
commit4064aa126e2c77b86d090cd8b7731d238e73ae85 (patch)
treec13339a6f28cd6354317d7d727681d5db698f907 /libbcachefs/rebalance_types.h
parent7eef5f46ddbd9d5ae2152ee868b110da37279bb9 (diff)
Update bcachefs sources to 26409a8f75 bcachefs: Journal updates to dev usage
Diffstat (limited to 'libbcachefs/rebalance_types.h')
-rw-r--r--libbcachefs/rebalance_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/rebalance_types.h b/libbcachefs/rebalance_types.h
index 192c6be2..2f62a643 100644
--- a/libbcachefs/rebalance_types.h
+++ b/libbcachefs/rebalance_types.h
@@ -17,7 +17,7 @@ struct bch_fs_rebalance {
atomic64_t work_unknown_dev;
enum rebalance_state state;
- unsigned long throttled_until_iotime;
+ u64 throttled_until_iotime;
unsigned long throttled_until_cputime;
struct bch_move_stats move_stats;