block: mq-deadline: Rename deadline_is_seq_writes()
authorDamien Le Moal <damien.lemoal@opensource.wdc.com>
Sat, 26 Nov 2022 02:55:49 +0000 (11:55 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Jan 2023 06:22:49 +0000 (07:22 +0100)
commit40a4797e08ec44514159625bc3fd67e93e8442cd
treec945a7d27489dc682aaad4fda01e9a9dfd28f299
parent3abf10b4c473fa99aa267e8b9839c37d27ef6c83
block: mq-deadline: Rename deadline_is_seq_writes()

commit 3692fec8bb476e8583e559ff5783a6adef306cf2 upstream.

Rename deadline_is_seq_writes() to deadline_is_seq_write() (remove the
"s" plural) to more correctly reflect the fact that this function tests
a single request, not multiple requests.

Fixes: 015d02f48537 ("block: mq-deadline: Do not break sequential write streams to zoned HDDs")
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Link: https://lore.kernel.org/r/20221126025550.967914-2-damien.lemoal@opensource.wdc.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
block/mq-deadline.c