summaryrefslogtreecommitdiff
path: root/libbcache/migrate.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2017-03-09 08:27:30 -0900
committerKent Overstreet <kent.overstreet@gmail.com>2017-03-09 09:14:11 -0900
commitac1b32acb4ca8c59c0e4911a8d3b27fd72dc54af (patch)
treee73a6ea5ddb6f3ece6a3e6c069ffa9ecc5e1ee44 /libbcache/migrate.h
parenta17f7bcec7ed810a247c24e56229af8f43a9a6ae (diff)
cmd_device_fail
Add a comamnd for setting a device as failed, update bcache sources
Diffstat (limited to 'libbcache/migrate.h')
-rw-r--r--libbcache/migrate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcache/migrate.h b/libbcache/migrate.h
index 55636e00..449e9192 100644
--- a/libbcache/migrate.h
+++ b/libbcache/migrate.h
@@ -2,7 +2,7 @@
#define _BCACHE_MIGRATE_H
int bch_move_data_off_device(struct cache *);
-int bch_move_meta_data_off_device(struct cache *);
+int bch_move_metadata_off_device(struct cache *);
int bch_flag_data_bad(struct cache *);
#endif /* _BCACHE_MIGRATE_H */