Date: Tue, 17 Nov 1998 09:43:20 -0800 (PST) From: Marc Slemko <marcs@znep.com> To: HighWind Software Information <info@highwind.com> Cc: current@FreeBSD.ORG Subject: Re: aio_read() / aio_write() don't work Message-ID: <Pine.BSF.4.05.9811170938580.12077-100000@alive.znep.com> In-Reply-To: <199811171641.LAA20517@highwind.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 17 Nov 1998, HighWind Software Information wrote:
>
> I reported PR kern/8669 about aio_read() and aio_write() not working.
> Anybody have any ideas about it.
>
> It seems to me that the aio_* routines:
>
> - don't work at all
As I already told you, it is NOT correct to say that they don't work at
all and, in fact, just hides the real thing that needs fixing. That isn't
good; if you said that "oh, offsets don't work" then someone would be a
lot more likely to look at it than if you say "oh, they just don't work
period".
And, at this point, the only thing that I would see wrong that didn't work
in your test program is the offsets.
> - don't have a man page
> - have a broken header (doesn't do an "extern "C" {")
>
> Where is the code for this stuff? I can't find it, so, I can't even
> consider fixing it.
/sys/kern/vfs_aio.c has the aio_* stuff, but I think the problem is
actually down lower in things like vn_write in vfs_vops.c.
It doesn't look too hard to fix, but I haven't had a chance to try it yet.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9811170938580.12077-100000>
