diff options
Diffstat (limited to 'block')
-rw-r--r-- | block/bounce.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/block/bounce.c b/block/bounce.c index ab21ba2..4bac725 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 */ |