diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2017-03-31 05:12:36 -0800 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2017-03-31 05:12:36 -0800 |
commit | 4921d02142fec87999cba32e991bb62c2a80184d (patch) | |
tree | 7d5b59a8ae6fc3116da28903f14d835a86511799 /libbcachefs/io.c | |
parent | c0ad33c126300a51721a4f0ec8c0d757647e9cbe (diff) |
Update bcachefs sources
Diffstat (limited to 'libbcachefs/io.c')
-rw-r--r-- | libbcachefs/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/io.c b/libbcachefs/io.c index 212a5a65..da06845c 100644 --- a/libbcachefs/io.c +++ b/libbcachefs/io.c @@ -475,7 +475,7 @@ static int bch2_write_extent(struct bch_write_op *op, nonce = extent_nonce(op->version, crc_nonce, src_len >> 9, - compression_type), + fragment_compression_type), bch2_encrypt_bio(c, csum_type, nonce, bio); |