diff options
Diffstat (limited to 'libbcache/super.h')
-rw-r--r-- | libbcache/super.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcache/super.h b/libbcache/super.h index 79da390..66c3430 100644 --- a/libbcache/super.h +++ b/libbcache/super.h @@ -107,7 +107,7 @@ int bch_dev_remove(struct bch_fs *, struct bch_dev *, int); int bch_dev_add(struct bch_fs *, const char *); int bch_dev_online(struct bch_fs *, const char *); int bch_dev_offline(struct bch_fs *, struct bch_dev *, int); -int bch_dev_migrate(struct bch_fs *, struct bch_dev *); +int bch_dev_evacuate(struct bch_fs *, struct bch_dev *); void bch_fs_detach(struct bch_fs *); |