summaryrefslogtreecommitdiff
path: root/fs/bcachefs/migrate.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/bcachefs/migrate.h')
-rw-r--r--fs/bcachefs/migrate.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/fs/bcachefs/migrate.h b/fs/bcachefs/migrate.h
new file mode 100644
index 000000000000..027efaa0d575
--- /dev/null
+++ b/fs/bcachefs/migrate.h
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef _BCACHEFS_MIGRATE_H
+#define _BCACHEFS_MIGRATE_H
+
+int bch2_dev_data_drop(struct bch_fs *, unsigned, int);
+
+#endif /* _BCACHEFS_MIGRATE_H */