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)
Jan 30 2024, 3:52 PM
Unknown Object (File)
Jan 13 2024, 3:50 AM
Unknown Object (File)
Dec 13 2023, 3:18 AM
Unknown Object (File)
Nov 24 2023, 9:51 AM
Unknown Object (File)
Oct 24 2023, 9:28 AM
Unknown Object (File)
Oct 12 2023, 12:46 AM
Unknown Object (File)
Sep 23 2023, 7:20 PM
Unknown Object (File)
Sep 19 2023, 10:53 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.