commit | 20d59023c5ec4426284af492808bcea1f39787ef | [log] [tgz] |
---|---|---|
author | Goldwyn Rodrigues <rgoldwyn@suse.com> | Tue Jan 23 09:10:19 2018 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Jan 23 09:10:19 2018 -0700 |
tree | c47ccfe4a3b59d72496faa67e3fd7f466bd23a29 | |
parent | 475a055e62a1eb92f4358ad8a9059df973c190ac [diff] |
block: Set BIO_TRACE_COMPLETION on new bio during split We inadvertently set it again on the source bio, but we need to set it on the new split bio instead. Fixes: fbbaf700e7b1 ("block: trace completion of all bios.") Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>