diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2017-03-16 14:51:41 -0800 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2017-03-16 14:51:41 -0800 |
commit | bb1941de5378a7b8122d3575dcbc7d0aeb6326f0 (patch) | |
tree | fb0920334591a34e2673c3cfc63d07ac20ba0b92 /libbcache/super.h | |
parent | ac296ad4dcd32a4e7618716782fc3f2b69d03a74 (diff) |
update bcache sourcesdev
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 *); |