Signed-off-by: Mike Snitzer <[email protected]>
---
 drivers/md/dm-delay.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/md/dm-delay.c b/drivers/md/dm-delay.c
index 59e51d285b0e..8235927a3912 100644
--- a/drivers/md/dm-delay.c
+++ b/drivers/md/dm-delay.c
@@ -72,7 +72,7 @@ static void flush_bios(struct bio *bio)
        while (bio) {
                n = bio->bi_next;
                bio->bi_next = NULL;
-               submit_bio_noacct(bio);
+               dm_submit_bio_remap(bio, NULL);
                bio = n;
        }
 }
@@ -232,6 +232,7 @@ static int delay_ctr(struct dm_target *ti, unsigned int 
argc, char **argv)
 
        ti->num_flush_bios = 1;
        ti->num_discard_bios = 1;
+       ti->accounts_remapped_io = true;
        ti->per_io_data_size = sizeof(struct dm_delay_info);
        return 0;
 
-- 
2.15.0

--
dm-devel mailing list
[email protected]
https://listman.redhat.com/mailman/listinfo/dm-devel

Reply via email to