]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/rebalance_types.h
ci: upgrade to checkout action v3
[bcachefs-tools-debian] / libbcachefs / rebalance_types.h
index aaf5b9ca133c9f98c3925cf85ce1f62564a77a79..7462a92e95985d91cdc454485d045659240dd0fc 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 #ifndef _BCACHEFS_REBALANCE_TYPES_H
 #define _BCACHEFS_REBALANCE_TYPES_H
 
@@ -16,9 +17,8 @@ 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;
 
        unsigned                enabled:1;
 };