diff options
Diffstat (limited to 'libbcache.h')
-rw-r--r-- | libbcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcache.h b/libbcache.h index 920a9c51..9dfc6471 100644 --- a/libbcache.h +++ b/libbcache.h @@ -31,10 +31,10 @@ void bcache_format(struct dev_opts *devs, size_t nr_devs, unsigned meta_csum_type, unsigned data_csum_type, unsigned compression_type, - const char *passphrase, unsigned meta_replicas, unsigned data_replicas, unsigned on_error_action, + unsigned max_journal_entry_size, char *label, uuid_le uuid); |