Skip to content
Commit a57b2a70 authored by Jens Axboe's avatar Jens Axboe Committed by Sasha Levin
Browse files

io_uring: fix xa_alloc_cycle() error return value check

[ Upstream commit a30f895a ]

We currently check for ret != 0 to indicate error, but '1' is a valid
return and just indicates that the allocation succeeded with a wrap.
Correct the check to be for < 0, like it was before the xarray
conversion.

Cc: stable@vger.kernel.org
Fixes: 61cf9370

 ("io_uring: Convert personality_idr to XArray")
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 515b6124
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment