diff options
author | Gabriel Krisman Bertazi <krisman@suse.de> | 2024-03-28 17:09:35 -0400 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2024-04-15 08:10:26 -0600 |
commit | 0f21a9574b1d04afbf818a3e6a60cb95eb04a616 (patch) | |
tree | c58cf3e23b6150b7d5ebeb94b90c5764e3bef2f6 /mm | |
parent | 22537c9f79417fed70b352d54d01d2586fee9521 (diff) | |
download | linux-0f21a9574b1d04afbf818a3e6a60cb95eb04a616.tar.gz linux-0f21a9574b1d04afbf818a3e6a60cb95eb04a616.tar.bz2 linux-0f21a9574b1d04afbf818a3e6a60cb95eb04a616.zip |
io_uring: Avoid anonymous enums in io_uring uapi
While valid C, anonymous enums confuse Cython (Python to C translator),
as reported by Ritesh (YoSTEALTH) [1] . Since people rely on it when
building against liburing and we want to keep this header in sync with
the library version, let's name the existing enums in the uapi header.
[1] https://github.com/cython/cython/issues/3240
Signed-off-by: Gabriel Krisman Bertazi <krisman@suse.de>
Link: https://lore.kernel.org/r/20240328210935.25640-1-krisman@suse.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions