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
Unknown Object (File)
Sun, May 3, 5:58 PM
Unknown Object (File)
Tue, Apr 28, 12:19 PM
Unknown Object (File)
Apr 23 2026, 11:13 AM
Unknown Object (File)
Apr 21 2026, 1:51 PM
Unknown Object (File)
Apr 20 2026, 6:15 AM
Unknown Object (File)
Apr 19 2026, 7:42 PM
Unknown Object (File)
Apr 12 2026, 6:35 PM
Unknown Object (File)
Apr 12 2026, 2:09 AM
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.