From 0c7db4eca3e6519043c10288cb41f8a0ee634a0b Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Fri, 30 Nov 2018 12:38:54 -0500 Subject: Update bcachefs sources to 62de7539dc bcachefs: Make bkey types globally unique --- libbcachefs/move.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbcachefs/move.h') diff --git a/libbcachefs/move.h b/libbcachefs/move.h index bc87e067..b3bee07e 100644 --- a/libbcachefs/move.h +++ b/libbcachefs/move.h @@ -46,7 +46,7 @@ int bch2_migrate_write_init(struct bch_fs *, struct migrate_write *, struct bkey_s_c); typedef enum data_cmd (*move_pred_fn)(struct bch_fs *, void *, - enum bkey_type, struct bkey_s_c_extent, + struct bkey_s_c, struct bch_io_opts *, struct data_opts *); int bch2_move_data(struct bch_fs *, struct bch_ratelimit *, -- cgit v1.2.3