X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=block%2Fbounce.c;h=4bac72579c1f01056bf23a2b7a64941806d6e412;hb=b25de9d6da49b1a8760a89672283128aa8c78345;hp=ab21ba203d5c7744f4da2afbba85ed45dde86b98;hpb=5637a2a3e99375a04189ee0896aae985582a2290;p=firefly-linux-kernel-4.4.55.git diff --git a/block/bounce.c b/block/bounce.c index ab21ba203d5c..4bac72579c1f 100644 --- a/block/bounce.c +++ b/block/bounce.c @@ -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 */