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