Commit 309ce67
blk-mq: rename blk_mq_can_use_cached_rq
blk_mq_can_use_cached_rq doesn't just check if we can use the request,
but also performs the work to actually use it. Remove the _can in the
naming, and improve the comment describing the function.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20240111135705.2155518-2-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>1 parent 25c1772 commit 309ce67
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2900 | 2900 | | |
2901 | 2901 | | |
2902 | 2902 | | |
2903 | | - | |
2904 | | - | |
| 2903 | + | |
| 2904 | + | |
| 2905 | + | |
| 2906 | + | |
| 2907 | + | |
2905 | 2908 | | |
2906 | 2909 | | |
2907 | 2910 | | |
| |||
2979 | 2982 | | |
2980 | 2983 | | |
2981 | 2984 | | |
2982 | | - | |
| 2985 | + | |
2983 | 2986 | | |
2984 | 2987 | | |
2985 | 2988 | | |
| |||
0 commit comments