From 7f4191a202ea4558ca2d5eb8a47daea33c9999c7 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Sun, 11 Dec 2016 14:45:48 -0900 Subject: add support for maximum journal entry size also rip out prototype crypto support code - real code is in the dev branch, with the new superblock format --- libbcache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbcache.h') diff --git a/libbcache.h b/libbcache.h index 920a9c5..9dfc647 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); -- cgit v1.2.3