Skip to content
Snippets Groups Projects
Commit 547988ad authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: remove checks for NULL 'sq_offset'


Since the 5.12 kernel release, nobody has been passing NULL as the
sq_offset pointer. Remove the checks for it being NULL or not, it will
always be valid.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent d13ddd9c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment