[Bug 210468] aio_write(3) warns about undocumented (private!) structure member
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Jul 2025 12:08:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210468
Mateusz Piotrowski <0mp@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|0mp@FreeBSD.org |bugs@FreeBSD.org
Status|In Progress |Open
--- Comment #2 from Mateusz Piotrowski <0mp@FreeBSD.org> ---
__aiocb_private is the structure while _aiocb_private is the member.
The note about _aiocb_private might be there to warn the user that the kernel
might be confused if the structure is not initialized correctly. Or when it is
corrupted in some other way. I'm not sure exactly, so I'm not going to commit
this change for the time being.
--
You are receiving this mail because:
You are on the CC list for the bug.