X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=drivers%2Fmd%2Fdm.c;h=9a0bdad9ad8fad49eaf8ee0d0ad916df247f0f3c;hb=0a82a8d132b26d438eb90b3ab35a7016e7227a1d;hp=7e469260fe5eba5272ab56f74d9bd1c38fc2cfbf;hpb=5c51543b0ae45967cfa99ca16748dc72888cc265;p=deliverable%2Flinux.git diff --git a/drivers/md/dm.c b/drivers/md/dm.c index 7e469260fe5e..9a0bdad9ad8f 100644 --- a/drivers/md/dm.c +++ b/drivers/md/dm.c @@ -611,6 +611,7 @@ static void dec_pending(struct dm_io *io, int error) queue_io(md, bio); } else { /* done with normal IO or empty flush */ + trace_block_bio_complete(md->queue, bio, io_error); bio_endio(bio, io_error); } }