Commit cfd273f1 authored by Kent Overstreet's avatar Kent Overstreet

bcachefs: Move rebalance_status out of sysfs/internal

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 26c0900d
...@@ -515,6 +515,7 @@ struct attribute *bch2_fs_files[] = { ...@@ -515,6 +515,7 @@ struct attribute *bch2_fs_files[] = {
&sysfs_btree_write_stats, &sysfs_btree_write_stats,
&sysfs_promote_whole_extents, &sysfs_promote_whole_extents,
&sysfs_rebalance_status,
&sysfs_compression_stats, &sysfs_compression_stats,
...@@ -614,7 +615,6 @@ struct attribute *bch2_fs_internal_files[] = { ...@@ -614,7 +615,6 @@ struct attribute *bch2_fs_internal_files[] = {
&sysfs_copy_gc_wait, &sysfs_copy_gc_wait,
&sysfs_rebalance_enabled, &sysfs_rebalance_enabled,
&sysfs_rebalance_status,
sysfs_pd_controller_files(rebalance), sysfs_pd_controller_files(rebalance),
&sysfs_moving_ctxts, &sysfs_moving_ctxts,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment