summaryrefslogtreecommitdiff
path: root/crypto.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2017-04-02 19:43:35 -0800
committerKent Overstreet <kent.overstreet@gmail.com>2017-04-02 19:43:35 -0800
commit2831b89a7c8ba9262a00ec6d70d1355c02f84a67 (patch)
treea5f853d851ccfa5f4141b0f8eaa682a0fb649cf7 /crypto.h
parent6d8881705872edbc2c8fe539312aa40eaa8f281d (diff)
More cmd_migrate improvements
Factor out bch2_pick_bucket_size() from the format code, and pick the bucket size before picking the superblock location - that way we can ensure the superblock gets its own bucket and doesn't trigger warnings due to the allocation code noticing different types of data in the same bucket.
Diffstat (limited to 'crypto.h')
-rw-r--r--crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto.h b/crypto.h
index 91a8b9fc..1e66a433 100644
--- a/crypto.h
+++ b/crypto.h
@@ -10,7 +10,7 @@ struct bch_key;
char *read_passphrase(const char *);
void derive_passphrase(struct bch_sb_field_crypt *,
struct bch_key *, const char *);
-void add_bcache_key(struct bch_sb *, const char *);
+void bch2_add_key(struct bch_sb *, const char *);
void bch_sb_crypt_init(struct bch_sb *sb, struct bch_sb_field_crypt *,
const char *);