OSDN Git Service

Merge tag 'landlock-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic...
[uclinux-h8/linux.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;