| commit | 01b9255806be89ca9001a268c6efbb179c80504e | [log] [tgz] |
|---|---|---|
| author | Jens Axboe <[email protected]> | Sat Oct 19 15:50:10 2024 -0600 |
| committer | Jens Axboe <[email protected]> | Sat Oct 19 15:50:10 2024 -0600 |
| tree | effe5137ccae3deb07c1d1e18b03da6db8bb515e | |
| parent | 1419174a6c483f731747811084cf7449769205a1 [diff] |
test/fifo-nonblock-read: ensure that !FMODE_NOWAIT O_NONBLOCK works The kernel had a recent regression for handlin this, add a test case that exercises it. Link: https://github.com/axboe/liburing/issues/1270 Signed-off-by: Jens Axboe <[email protected]>