]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/migrate.h
Merge remote-tracking branch 'amoz/devel'
[bcachefs-tools-debian] / libbcachefs / migrate.h
index 81776bdcfe2399b6b505aead18bda54574d004dc..027efaa0d575f8a0e8db09137c02bdb4f2893010 100644 (file)
@@ -1,8 +1,7 @@
-#ifndef _BCACHE_MIGRATE_H
-#define _BCACHE_MIGRATE_H
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef _BCACHEFS_MIGRATE_H
+#define _BCACHEFS_MIGRATE_H
 
-int bch2_move_data_off_device(struct bch_dev *);
-int bch2_move_metadata_off_device(struct bch_dev *);
-int bch2_flag_data_bad(struct bch_dev *);
+int bch2_dev_data_drop(struct bch_fs *, unsigned, int);
 
-#endif /* _BCACHE_MIGRATE_H */
+#endif /* _BCACHEFS_MIGRATE_H */