From cfd273f1ae8e5bb29a8ff3a7f7b57a55d065e117 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Wed, 31 Jul 2024 23:39:49 -0400 Subject: [PATCH] bcachefs: Move rebalance_status out of sysfs/internal Signed-off-by: Kent Overstreet --- fs/bcachefs/sysfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/bcachefs/sysfs.c b/fs/bcachefs/sysfs.c index 89da5323cf59e..800a3970a242e 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, -- 2.39.5