Loading
mpt3sas_scsih: don't set QUEUE_FLAG_NOMERGES
mainline inclusion from mainline-v6.11-rc1 commit 8b77f23fadcbb030a898f168bebe74f465e5d5a2 category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IB3G1R Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=8b77f23fadcbb030a898f168bebe74f465e5d5a2 -------------------------------- Setting QUEUE_FLAG_NOMERGES was added in commit d1b01d14 ("scsi: mpt3sas: Set NVMe device queue depth as 128") without any explanation. Drivers should second guess the block layer merge decisions, so remove the flag. Signed-off-by:Christoph Hellwig <hch@lst.de> Reviewed-by:
Bart Van Assche <bvanassche@acm.org> Link: https://lore.kernel.org/r/20240627124926.512662-4-hch@lst.de Signed-off-by:
Jens Axboe <axboe@kernel.dk> Signed-off-by:
Jingtong Meng <jingtong.meng@windriver.com>