Page MenuHomeFreeBSD

aio: return EAGAIN instead of EIO when out of resources
ClosedPublic

Authored by asomers on Apr 16 2018, 4:04 PM.
Tags
None
Referenced Files
F147911019: D15099.diff
Sat, Mar 14, 2:49 PM
Unknown Object (File)
Fri, Mar 13, 1:12 PM
Unknown Object (File)
Thu, Mar 12, 11:23 PM
Unknown Object (File)
Sat, Mar 7, 12:37 PM
Unknown Object (File)
Sat, Mar 7, 12:34 AM
Unknown Object (File)
Fri, Mar 6, 7:08 AM
Unknown Object (File)
Sat, Feb 21, 11:28 AM
Unknown Object (File)
Jan 25 2026, 7:23 PM
Subscribers

Details

Summary

aio: return EAGAIN instead of EIO when out of resources

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 16169
Build 16122: arc lint + arc unit

Event Timeline

Test and change look good, just some style suggestions.

tests/sys/aio/lio_test.c
90

Possibly stick an "old" style C block comment here to be consistent with the rest of the file?

92

Spaces around operators perhaps?

101

Spaces around '=' as well?

This revision is now accepted and ready to land.Apr 16 2018, 5:58 PM
This revision was automatically updated to reflect the committed changes.