diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2017-03-16 14:51:41 -0800 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2017-03-16 14:51:41 -0800 |
commit | bb1941de5378a7b8122d3575dcbc7d0aeb6326f0 (patch) | |
tree | fb0920334591a34e2673c3cfc63d07ac20ba0b92 /libbcache/bcache.h | |
parent | ac296ad4dcd32a4e7618716782fc3f2b69d03a74 (diff) |
update bcache sourcesdev
Diffstat (limited to 'libbcache/bcache.h')
-rw-r--r-- | libbcache/bcache.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libbcache/bcache.h b/libbcache/bcache.h index 80d789a..1d0e998 100644 --- a/libbcache/bcache.h +++ b/libbcache/bcache.h @@ -716,8 +716,6 @@ struct bch_fs { void *zlib_workspace; struct mutex zlib_workspace_lock; mempool_t compression_bounce[2]; - struct bio_decompress_worker __percpu - *bio_decompress_worker; struct crypto_blkcipher *chacha20; struct crypto_shash *poly1305; |