io_uring: fix missing wake_up io_rw_reissue()
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 29 Jun 2020 09:59:48 +0000 (12:59 +0300)
committerJens Axboe <axboe@kernel.dk>
Mon, 29 Jun 2020 13:43:03 +0000 (07:43 -0600)
commitfb49278624f75e15d36c3c43d322ca8961fb40e9
treea67cd9295bcec94b0392c48e6402d72e2e2c0640
parentf3a6fa2267480d7f19fbde8316372be46055e548
io_uring: fix missing wake_up io_rw_reissue()

Don't forget to wake up a process to which io_rw_reissue() added
task_work.

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