]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r332631:
authorasomers <asomers@FreeBSD.org>
Fri, 3 Aug 2018 14:01:32 +0000 (14:01 +0000)
committerasomers <asomers@FreeBSD.org>
Fri, 3 Aug 2018 14:01:32 +0000 (14:01 +0000)
commit497958e7f0284d58aec0c3a89616e9f166f6c357
treeee6c18ead83845e9c23d8c0f72ca295b09113902
parentb26157613a63f16d4822e421cd65ebf5524af67a
MFC r332631:

lio_listio: return EAGAIN instead of EIO when out of resources

This behavior is already documented by the man page, and suggested by POSIX.

Reviewed by: jhb
Differential Revision: https://reviews.freebsd.org/D15099
sys/kern/vfs_aio.c
tests/sys/aio/Makefile
tests/sys/aio/lio_test.c