]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
ubd: fix missing initialization of io_req
authorAnton Ivanov <anton.ivanov@cambridgegreys.com>
Thu, 8 Nov 2018 13:07:23 +0000 (13:07 +0000)
committerJens Axboe <axboe@kernel.dk>
Thu, 8 Nov 2018 13:16:09 +0000 (06:16 -0700)
commit0033dfd92a5646a78025e86f8df4d5b18181ba2c
treeaedd22c50839066987f771bd1ad09cb9c7e8f10e
parentf3587d76da05f68098ddb1cb3c98cc6a9e8a402c
ubd: fix missing initialization of io_req

The SYNC path doesn't initialize io_req->error, which can cause
random errors. Before the conversion to blk-mq, we always
completed requests with BLK_STS_OK status, but now we actually
look at the error field and this issue becomes apparent.

Signed-off-by: Anton Ivanov <anton.ivanov@cambridgegreys.com>
[axboe: fixed up commit message to explain what is actually going on]

Signed-off-by: Jens Axboe <axboe@kernel.dk>
arch/um/drivers/ubd_kern.c