OSDN Git Service

Merge remote-tracking branch 'jens/for-4.2/core' into dm-4.2
[uclinux-h8/linux.git] / fs / btrfs / extent_io.c
index c32d226..c374e1e 100644 (file)
@@ -2767,8 +2767,6 @@ static int __must_check submit_one_bio(int rw, struct bio *bio,
        else
                btrfsic_submit_bio(rw, bio);
 
-       if (bio_flagged(bio, BIO_EOPNOTSUPP))
-               ret = -EOPNOTSUPP;
        bio_put(bio);
        return ret;
 }