]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: early submission req fail code
authorPavel Begunkov <asml.silence@gmail.com>
Sat, 11 Apr 2020 23:05:03 +0000 (02:05 +0300)
committerJens Axboe <axboe@kernel.dk>
Sun, 12 Apr 2020 14:46:44 +0000 (08:46 -0600)
commit5e2a1a7cff043f25709341eff6cdea472e873e87
treed0e386c3992def448b13527c0f7c3bef9cc912b6
parent6696e508cca2e9adf86f163da03f79445df26c0a
io_uring: early submission req fail code

Having only one place for cleaning up a request after a link assembly/
submission failure will play handy in the future. At least it allows
to remove duplicated cleanup sequence.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c