regmap-irq: Remove unused mask_invert flag
[sfrench/cifs-2.6.git] / include / linux / bio.h
index b231a665682a3ffab9508425342172f11eb45238..22078a28d7cb1316ddb800bed8c5c28242c8d1ba 100644 (file)
@@ -782,8 +782,7 @@ static inline void bio_set_polled(struct bio *bio, struct kiocb *kiocb)
 
 static inline void bio_clear_polled(struct bio *bio)
 {
-       /* can't support alloc cache if we turn off polling */
-       bio->bi_opf &= ~(REQ_POLLED | REQ_ALLOC_CACHE);
+       bio->bi_opf &= ~REQ_POLLED;
 }
 
 struct bio *blk_next_bio(struct bio *bio, struct block_device *bdev,