Message ID | 07d1e4a10988b2ffb0b4bad641b46ce05626a494.1626651114.git.asml.silence@gmail.com |
---|---|
State | New |
Headers | show |
Series | stable-5.12 backport fixes | expand |
diff --git a/fs/io_uring.c b/fs/io_uring.c index 930c5d5a2b0b..29a0af50a439 100644 --- a/fs/io_uring.c +++ b/fs/io_uring.c @@ -6307,7 +6307,6 @@ static enum hrtimer_restart io_link_timeout_fn(struct hrtimer *timer) } else { io_req_complete_post(req, -ETIME, 0); } - io_put_req_deferred(req, 1); return HRTIMER_NORESTART; }