[Bug 190942] aio_{cancel,error,return,suspend,waitcomplete} don't mention ENOSYS in the ERRORS section
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Sep 2025 04:44:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190942
--- Comment #11 from commit-hook@FreeBSD.org ---
A commit in branch stable/14 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=e4b1597b428c8cfa555c7f0753f3b5f073169fcf
commit e4b1597b428c8cfa555c7f0753f3b5f073169fcf
Author: Enji Cooper <ngie@FreeBSD.org>
AuthorDate: 2025-03-27 19:26:59 +0000
Commit: Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2025-09-24 04:42:51 +0000
Remove mentions of ENOSYS added in d97e44784bb5
aio(4) is a hard requirement in the kernel as of f3215338ef82. The
scenario that the patch was submitted for is no longer possible.
This isn't a straight up revert since the previous change also addressed
some minor issues.
PR: 190942
Reported by: asomers
MFC after: 2 weeks
MFC with: d97e44784bb5
Fixes: d97e44784bb5 ("aio_*(2): mention ENOSYS under ERRORS")
Differential Revision: https://reviews.freebsd.org/D49541
(cherry picked from commit e24279e0f9e28ba0c1920cb539fc357568790c0a)
lib/libc/sys/aio_cancel.2 | 7 -------
lib/libc/sys/aio_error.2 | 7 -------
lib/libc/sys/aio_fsync.2 | 7 -------
lib/libc/sys/aio_mlock.2 | 7 -------
lib/libc/sys/aio_read.2 | 7 -------
lib/libc/sys/aio_return.2 | 7 -------
lib/libc/sys/aio_suspend.2 | 7 -------
lib/libc/sys/aio_waitcomplete.2 | 7 -------
lib/libc/sys/aio_write.2 | 7 -------
9 files changed, 63 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.