]> www.infradead.org Git - users/jedix/linux-maple.git/commit
io_uring: introduce io_is_compat()
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 24 Feb 2025 12:42:19 +0000 (12:42 +0000)
committerJens Axboe <axboe@kernel.dk>
Mon, 24 Feb 2025 14:34:21 +0000 (07:34 -0700)
commit3035deac0cd5bd9c8cacdcf5a1c488cbc87abc2d
treee18d1eb964604ffa3801d624549e14e13718d703
parent62aa9805d123165102273eb277f776aaca908e0e
io_uring: introduce io_is_compat()

A preparation patch adding a simple helper for gauging the compat state.
It'll help us to optimise and compile out more code in the following
commits.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Reviewed-by: Anuj Gupta <anuj20.g@samsung.com>
Link: https://lore.kernel.org/r/1a87a640265196a67bc38300128e0bfd7839ab1f.1740400452.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.h