diff options
author | Xiao Ni <[email protected]> | 2023-02-09 11:19:30 +0800 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2023-02-09 08:11:25 -0700 |
commit | 23f3e3272e7a4d9fb870485cd6df1e4f9539282c (patch) | |
tree | 4db43c1367b06fd524083a2a7539d0397ed44fac /lib/test_fortify/write_overflow-strlcpy-src.c | |
parent | dcb52201435197c56154ff7c8cb139284d254bda (diff) |
block: Merge bio before checking ->cached_rq
It checks if plug->cached_rq is empty before merging bio. But the merge action
doesn't have relationship with plug->cached_rq, it trys to merge bio with
requests within plug->mq_list. Now it checks if ->cached_rq is empty before
merging bio. If it's empty, it will miss the merge chances. So move the merge
function before checking ->cached_rq.
Signed-off-by: Xiao Ni <[email protected]>
Reviewed-by: Ming Lei <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'lib/test_fortify/write_overflow-strlcpy-src.c')
0 files changed, 0 insertions, 0 deletions