Merge tag 'microblaze-v5.18' of git://git.monstr.eu/linux-2.6-microblaze
[linux-2.6-microblaze.git] / block / blk.h
index 6f21859..8ccbc6e 100644 (file)
@@ -286,7 +286,6 @@ static inline bool blk_may_split(struct request_queue *q, struct bio *bio)
        case REQ_OP_DISCARD:
        case REQ_OP_SECURE_ERASE:
        case REQ_OP_WRITE_ZEROES:
-       case REQ_OP_WRITE_SAME:
                return true; /* non-trivial splitting decisions */
        default:
                break;