mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-02 00:00:03 +03:00
7 lines
147 B
C
7 lines
147 B
C
#ifndef _BCACHEFS_MIGRATE_H
|
|
#define _BCACHEFS_MIGRATE_H
|
|
|
|
int bch2_dev_data_drop(struct bch_fs *, unsigned, int);
|
|
|
|
#endif /* _BCACHEFS_MIGRATE_H */
|