diff options
Diffstat (limited to 'fs/bcachefs/move.h')
-rw-r--r-- | fs/bcachefs/move.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/bcachefs/move.h b/fs/bcachefs/move.h index c0fec69bbb6a..16b2dad30e64 100644 --- a/fs/bcachefs/move.h +++ b/fs/bcachefs/move.h @@ -60,8 +60,6 @@ int bch2_data_job(struct bch_fs *, struct bch_move_stats *, struct bch_ioctl_data); -inline void bch_move_stats_init(struct bch_move_stats *stats, - char *name); - +void bch_move_stats_init(struct bch_move_stats *, char *); #endif /* _BCACHEFS_MOVE_H */ |