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:24:44 +0000 (07:24 +0100)
commitfa6357de7c5e2974719e6a2c9de0e03e91f5fa84
treea4e2fa31dd65d3b8e80d3cd6a2bfdee06ae50884
parent5a69eccf5638171082bf9037a58f6bce62108594
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