mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 00:04:15 +08:00
io_uring/rw: remove leftover debug statement
commit5c61795ea9
upstream. This debug statement was never meant to go into the upstream release, kill it off before it ends up in a release. It was just part of the testing for the initial version of the patch. Fixes:2ec33a6c3c
("io_uring/rw: ensure kiocb_end_write() is always called") Signed-off-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b10acfcd61
commit
4b6f8263e9
@ -2711,8 +2711,6 @@ static void io_req_io_end(struct io_kiocb *req)
|
||||
{
|
||||
struct io_rw *rw = &req->rw;
|
||||
|
||||
WARN_ON(!in_task());
|
||||
|
||||
if (rw->kiocb.ki_flags & IOCB_WRITE) {
|
||||
kiocb_end_write(req);
|
||||
fsnotify_modify(req->file);
|
||||
|
Loading…
Reference in New Issue
Block a user