loti-examples
loti-examples copied to clipboard
Handle unknown operations
If probe is built with a newer liburing, IORING_OP_LAST can be greater than the number of operations described in op_strs. Handle this gracefully by counting the number of supported-but-unknown operations. (Currently these appear as "(null)".)
Signed-off-by: Stephen Kitt [email protected]