diff options
Diffstat (limited to 'fs/bcachefs/move.h')
| -rw-r--r-- | fs/bcachefs/move.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/bcachefs/move.h b/fs/bcachefs/move.h index 6250c75618c4..2eb6a15542e0 100644 --- a/fs/bcachefs/move.h +++ b/fs/bcachefs/move.h @@ -50,8 +50,7 @@ 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 bch2_move_stats_init(struct bch_move_stats *stats, char *name); #endif /* _BCACHEFS_MOVE_H */ |
