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.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/md/dm.c b/drivers/md/dm.c
index 8498dc4ce1f0..7d9ca7094337 100644
--- a/drivers/md/dm.c
+++ b/drivers/md/dm.c
@@ -637,11 +637,6 @@ static void __map_bio(struct dm_target *ti, struct bio *clone,
637 sector_t sector; 637 sector_t sector;
638 struct mapped_device *md; 638 struct mapped_device *md;
639 639
640 /*
641 * Sanity checks.
642 */
643 BUG_ON(!clone->bi_size);
644
645 clone->bi_end_io = clone_endio; 640 clone->bi_end_io = clone_endio;
646 clone->bi_private = tio; 641 clone->bi_private = tio;
647 642