Searched hist:ad163a7e2562230c77102c60f668bac440e60cce (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/io_uring/ |
H A D | timeout.h | diff ad163a7e2562230c77102c60f668bac440e60cce Sat Jun 18 20:44:33 CDT 2022 Jens Axboe <axboe@kernel.dk> io_uring: move a few private types to local headers
Commit 3a3d47fa9cfd ("io_uring: make io_uring_types.h public") moved a bunch of io_uring types to a kernel wide header, so we could make tracing a bit saner rather than pass in a ton of arguments.
However, there are a few types in there that are not really needed to be system wide. Move the cancel data and mapped buffers back to the appropriate io_uring local headers.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | cancel.h | diff ad163a7e2562230c77102c60f668bac440e60cce Sat Jun 18 20:44:33 CDT 2022 Jens Axboe <axboe@kernel.dk> io_uring: move a few private types to local headers
Commit 3a3d47fa9cfd ("io_uring: make io_uring_types.h public") moved a bunch of io_uring types to a kernel wide header, so we could make tracing a bit saner rather than pass in a ton of arguments.
However, there are a few types in there that are not really needed to be system wide. Move the cancel data and mapped buffers back to the appropriate io_uring local headers.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | poll.h | diff ad163a7e2562230c77102c60f668bac440e60cce Sat Jun 18 20:44:33 CDT 2022 Jens Axboe <axboe@kernel.dk> io_uring: move a few private types to local headers
Commit 3a3d47fa9cfd ("io_uring: make io_uring_types.h public") moved a bunch of io_uring types to a kernel wide header, so we could make tracing a bit saner rather than pass in a ton of arguments.
However, there are a few types in there that are not really needed to be system wide. Move the cancel data and mapped buffers back to the appropriate io_uring local headers.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | fdinfo.c | diff ad163a7e2562230c77102c60f668bac440e60cce Sat Jun 18 20:44:33 CDT 2022 Jens Axboe <axboe@kernel.dk> io_uring: move a few private types to local headers
Commit 3a3d47fa9cfd ("io_uring: make io_uring_types.h public") moved a bunch of io_uring types to a kernel wide header, so we could make tracing a bit saner rather than pass in a ton of arguments.
However, there are a few types in there that are not really needed to be system wide. Move the cancel data and mapped buffers back to the appropriate io_uring local headers.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | rsrc.h | diff ad163a7e2562230c77102c60f668bac440e60cce Sat Jun 18 20:44:33 CDT 2022 Jens Axboe <axboe@kernel.dk> io_uring: move a few private types to local headers
Commit 3a3d47fa9cfd ("io_uring: make io_uring_types.h public") moved a bunch of io_uring types to a kernel wide header, so we could make tracing a bit saner rather than pass in a ton of arguments.
However, there are a few types in there that are not really needed to be system wide. Move the cancel data and mapped buffers back to the appropriate io_uring local headers.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
/openbmc/linux/include/linux/ |
H A D | io_uring_types.h | diff ad163a7e2562230c77102c60f668bac440e60cce Sat Jun 18 20:44:33 CDT 2022 Jens Axboe <axboe@kernel.dk> io_uring: move a few private types to local headers
Commit 3a3d47fa9cfd ("io_uring: make io_uring_types.h public") moved a bunch of io_uring types to a kernel wide header, so we could make tracing a bit saner rather than pass in a ton of arguments.
However, there are a few types in there that are not really needed to be system wide. Move the cancel data and mapped buffers back to the appropriate io_uring local headers.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
|