diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2016-12-11 14:45:48 -0900 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2016-12-11 14:58:27 -0900 |
commit | 7f4191a202ea4558ca2d5eb8a47daea33c9999c7 (patch) | |
tree | 137f957291da895f78b43a8903db6f744d6e202c /libbcache.h | |
parent | 4e158e155327d09868453ae9759a58284245175a (diff) |
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
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); |