Revert "block, dm: don't copy bios for request clones"
[deliverable/linux.git] / block / bounce.c
index ed9dd80671204bdebc4005544097fb05b6c90c62..3ab0bce1c947ef9be81f09139aa73d9bd4b76ff5 100644 (file)
@@ -128,9 +128,6 @@ static void bounce_end_io(struct bio *bio, mempool_t *pool, int err)
        struct bio_vec *bvec, *org_vec;
        int i;
 
-       if (test_bit(BIO_EOPNOTSUPP, &bio->bi_flags))
-               set_bit(BIO_EOPNOTSUPP, &bio_orig->bi_flags);
-
        /*
         * free up bounce indirect pages used
         */
This page took 0.030075 seconds and 5 git commands to generate.