You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
block: initialize current->bio_list[1] in __submit_bio_noacct_mq
bio_alloc_bioset references current->bio_list[1], so we need to
initialize it for the blk-mq submission path as well.
Fixes: ff93ea0 ("block: shortcut __submit_bio_noacct for blk-mq drivers")
Reported-by: Qian Cai <[email protected]>
Reported-by: Naresh Kamboju <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
Tested-by: Naresh Kamboju <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
0 commit comments