commit | 66cf52d0072967073107b77097d3586935be46d3 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Thu Jul 03 21:57:29 2014 -0600 |
committer | Mohamad Ayyash <mkayyash@google.com> | Fri Mar 06 17:57:11 2015 -0800 |
tree | 9c6e508ca0e9d8927c4c9ec430dca9c48b0d1728 | |
parent | 12dbd06d3203840c8ebdc4d0a6135a69c4380949 [diff] |
iolog: fix bug when decompressing chunks with different sequence numbers We need to re-start on inflate, like we do on deflate. Otherwise we get stream end when the first chunk is done. Keep track of this in iolog_file_inflate(), since we know how much we need to decompress. Signed-off-by: Jens Axboe <axboe@fb.com>