summaryrefslogtreecommitdiff
path: root/libbcache/migrate.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbcache/migrate.h')
-rw-r--r--libbcache/migrate.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libbcache/migrate.h b/libbcache/migrate.h
deleted file mode 100644
index c6a056cb..00000000
--- a/libbcache/migrate.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef _BCACHE_MIGRATE_H
-#define _BCACHE_MIGRATE_H
-
-int bch_move_data_off_device(struct bch_dev *);
-int bch_move_metadata_off_device(struct bch_dev *);
-int bch_flag_data_bad(struct bch_dev *);
-
-#endif /* _BCACHE_MIGRATE_H */