io_uring/uring_cmd: fix hybrid polling initialization issue
authorhexue <xue01.he@samsung.com>
Mon, 12 May 2025 05:20:25 +0000 (13:20 +0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 12 May 2025 13:17:02 +0000 (07:17 -0600)
commit63166b815dc163b2e46426cecf707dc5923d6d13
treeacece1cd0c20f8400c97ddb35da776af5b193e37
parent92835cebab120f8a5f023a26a792a2ac3f816c4f
io_uring/uring_cmd: fix hybrid polling initialization issue

Modify the check for whether the timer is initialized during IO transfer
when passthrough is used with hybrid polling, to ensure that it's always
setup correctly.

Cc: stable@vger.kernel.org
Fixes: 01ee194d1aba ("io_uring: add support for hybrid IOPOLL")
Signed-off-by: hexue <xue01.he@samsung.com>
Link: https://lore.kernel.org/r/20250512052025.293031-1-xue01.he@samsung.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/uring_cmd.c