]> Git Repo - linux.git/commit - block/mq-deadline.c
block: mq-deadline: Rename deadline_is_seq_writes()
authorDamien Le Moal <[email protected]>
Sat, 26 Nov 2022 02:55:49 +0000 (11:55 +0900)
committerJens Axboe <[email protected]>
Tue, 29 Nov 2022 02:27:45 +0000 (19:27 -0700)
commit3692fec8bb476e8583e559ff5783a6adef306cf2
tree8d0c7171acd03679f7e33be1deaf2d84dc5ed285
parent4b7a21c57b14fbcd0e1729150189e5933f5088e9
block: mq-deadline: Rename deadline_is_seq_writes()

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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
block/mq-deadline.c
This page took 0.05803 seconds and 4 git commands to generate.