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
F115556917: D15099.id41532.diff
Fri, Apr 25, 7:22 AM
Unknown Object (File)
Thu, Apr 10, 6:36 AM
Unknown Object (File)
Mon, Apr 7, 7:38 PM
Unknown Object (File)
Mar 21 2025, 11:55 PM
Unknown Object (File)
Mar 6 2025, 7:20 AM
Unknown Object (File)
Feb 9 2025, 11:12 AM
Unknown Object (File)
Feb 4 2025, 3:35 PM
Unknown Object (File)
Jan 18 2025, 12:25 AM
Subscribers

Details

Summary

aio: return EAGAIN instead of EIO when out of resources

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Test and change look good, just some style suggestions.

tests/sys/aio/lio_test.c
90 ↗(On Diff #41532)

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

92 ↗(On Diff #41532)

Spaces around operators perhaps?

101 ↗(On Diff #41532)

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.