diff options
Diffstat (limited to 'drivers/md/dm.c')
-rw-r--r-- | drivers/md/dm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/md/dm.c b/drivers/md/dm.c index c72e4d5a9617..650ec2866e34 100644 --- a/drivers/md/dm.c +++ b/drivers/md/dm.c | |||
@@ -627,7 +627,6 @@ static void dec_pending(struct dm_io *io, int error) | |||
627 | queue_io(md, bio); | 627 | queue_io(md, bio); |
628 | } else { | 628 | } else { |
629 | /* done with normal IO or empty flush */ | 629 | /* done with normal IO or empty flush */ |
630 | trace_block_bio_complete(md->queue, bio, io_error); | ||
631 | bio_endio(bio, io_error); | 630 | bio_endio(bio, io_error); |
632 | } | 631 | } |
633 | } | 632 | } |