diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-08-23 21:20:42 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-22 17:10:11 -0400 |
commit | 9d2a7bd8b7f747c85a113a4967ffd5d65ef72dfa (patch) | |
tree | 37ae0680a46eaedb8271462846d3cb80c2dc12f2 /fs/bcachefs/move.h | |
parent | cc07773f158331b5a9f5401e8d50cd7ed43c90ba (diff) |
bcachefs: Improve bch2_moving_ctxt_to_text()
Print more information out about moving contexts - fold in the output of
the redundant bch2_data_jobs_to_text(), and also include information
relevant to whether move_data() should be blocked.
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/move.h')
-rw-r--r-- | fs/bcachefs/move.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/bcachefs/move.h b/fs/bcachefs/move.h index 547ee7b72c16..c3136abe8587 100644 --- a/fs/bcachefs/move.h +++ b/fs/bcachefs/move.h @@ -88,7 +88,6 @@ int bch2_data_job(struct bch_fs *, struct bch_ioctl_data); void bch2_move_stats_init(struct bch_move_stats *stats, char *name); -void bch2_data_jobs_to_text(struct printbuf *, struct bch_fs *); void bch2_fs_moving_ctxts_to_text(struct printbuf *, struct bch_fs *); void bch2_fs_move_init(struct bch_fs *); |