summaryrefslogtreecommitdiff
path: root/libbcachefs/rebalance_types.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2021-09-09 19:06:29 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2021-09-09 19:10:07 -0400
commit2b8c1bb0910534e8687ea3e5abf6d8bbba758247 (patch)
tree4e63e051d884896b1fb49d50a9f0c71fb143b7c8 /libbcachefs/rebalance_types.h
parent6c42566c6204bb5dcd6af3b97257e548b9d2db67 (diff)
Update bcachefs sources to 3f3f969859 bcachefs: Fix some compiler warnings
Diffstat (limited to 'libbcachefs/rebalance_types.h')
-rw-r--r--libbcachefs/rebalance_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libbcachefs/rebalance_types.h b/libbcachefs/rebalance_types.h
index 2f62a643..7462a92e 100644
--- a/libbcachefs/rebalance_types.h
+++ b/libbcachefs/rebalance_types.h
@@ -19,7 +19,6 @@ struct bch_fs_rebalance {
enum rebalance_state state;
u64 throttled_until_iotime;
unsigned long throttled_until_cputime;
- struct bch_move_stats move_stats;
unsigned enabled:1;
};