From: Kent Overstreet Date: Thu, 1 Aug 2024 03:39:49 +0000 (-0400) Subject: bcachefs: Move rebalance_status out of sysfs/internal X-Git-Tag: v6.12-rc1~6^2~97 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=cfd273f1ae8e5bb29a8ff3a7f7b57a55d065e117;p=linux-block.git bcachefs: Move rebalance_status out of sysfs/internal Signed-off-by: Kent Overstreet --- diff --git a/fs/bcachefs/sysfs.c b/fs/bcachefs/sysfs.c index 89da5323cf59..800a3970a242 100644 --- a/fs/bcachefs/sysfs.c +++ b/fs/bcachefs/sysfs.c @@ -515,6 +515,7 @@ struct attribute *bch2_fs_files[] = { &sysfs_btree_write_stats, &sysfs_promote_whole_extents, + &sysfs_rebalance_status, &sysfs_compression_stats, @@ -614,7 +615,6 @@ struct attribute *bch2_fs_internal_files[] = { &sysfs_copy_gc_wait, &sysfs_rebalance_enabled, - &sysfs_rebalance_status, sysfs_pd_controller_files(rebalance), &sysfs_moving_ctxts,