]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
io_uring/zcrx: move zcrx uapi into separate header
authorPavel Begunkov <asml.silence@gmail.com>
Sun, 15 Feb 2026 23:31:20 +0000 (23:31 +0000)
committerJens Axboe <axboe@kernel.dk>
Mon, 9 Mar 2026 13:21:54 +0000 (07:21 -0600)
commitd9d2455e77d0f36a22b9dbaba8b6354dd1378101
tree98f2b2491d8e4598bb75cf72c6ad3e6f3906c8bd
parentdc156e0f1aae69659885422364438ff8eb022e09
io_uring/zcrx: move zcrx uapi into separate header

Split out zcrx uapi into a separate file. It'll be easier to manage it
this way, and that reduces the size of a not so small io_uring.h. Since
there are users that expect that zcrx definitions come with io_uring.h,
it includes the new file.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/uapi/linux/io_uring.h
include/uapi/linux/io_uring/zcrx.h [new file with mode: 0644]