summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/move.h
diff options
context:
space:
mode:
authorDaniel Hill <daniel@gluo.nz>2023-11-26 20:26:07 +1300
committerKent Overstreet <kent.overstreet@linux.dev>2024-01-01 11:47:39 -0500
commit74529338805d514a07ba4e6feb25997c4be3bddd (patch)
tree1c0f9fe01f3e3d7b2035011e3c08e4a9c9b3d9dc /fs/bcachefs/move.h
parent62286a08c3f352d2c19c08da3b2a5b9d23f34d61 (diff)
downloadlinux-74529338805d514a07ba4e6feb25997c4be3bddd.tar.gz
linux-74529338805d514a07ba4e6feb25997c4be3bddd.tar.bz2
linux-74529338805d514a07ba4e6feb25997c4be3bddd.zip
bcachefs: remove dead bch2_evacuate_bucket()
Signed-off-by: Daniel Hill <daniel@gluo.nz> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/move.h')
-rw-r--r--fs/bcachefs/move.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/fs/bcachefs/move.h b/fs/bcachefs/move.h
index 531965674a31..6a38fed85738 100644
--- a/fs/bcachefs/move.h
+++ b/fs/bcachefs/move.h
@@ -135,16 +135,10 @@ int bch2_move_data(struct bch_fs *,
bool,
move_pred_fn, void *);
-int __bch2_evacuate_bucket(struct moving_context *,
+int bch2_evacuate_bucket(struct moving_context *,
struct move_bucket_in_flight *,
struct bpos, int,
struct data_update_opts);
-int bch2_evacuate_bucket(struct bch_fs *, struct bpos, int,
- struct data_update_opts,
- struct bch_ratelimit *,
- struct bch_move_stats *,
- struct write_point_specifier,
- bool);
int bch2_data_job(struct bch_fs *,
struct bch_move_stats *,
struct bch_ioctl_data);