-
Notifications
You must be signed in to change notification settings - Fork 425
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
io_uring: decode struct io_uring_rsrc_register.flags field
Introduced by Linux commit v5.19-rc1~251^2~20. * configure.ac: Remove struct io_uring_rsrc_register.resv check. * src/xlat/uring_register_rsrc_flags.in: New file. * src/io_uring.c: Include "xlat/uring_register_rsrc_flags.h". (print_io_uring_register_rsrc): Remove CHECK_TYPE_SIZE for arg.resv, decode flags field using PRINT_FIELD_FLAGS instead of optional decoding of no longer existing resv field. * tests/io_uring_register.c: Update expected output.
- Loading branch information
Showing
4 changed files
with
16 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| #unconditional | ||
| IORING_RSRC_REGISTER_SPARSE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters