You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
UPSTREAM: io_uring/rw: remove leftover debug statement
commit5c61795ea9upstream. 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") Change-Id: Iee9f436c34cc137a7ab934aafa3aa0c584369418 Signed-off-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Bug: 268174392 (cherry picked from commite699cce29a) Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
ca331f289a
commit
fb952695c8
@@ -2718,8 +2718,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);
|
||||
|
||||
Reference in New Issue
Block a user