On Wednesday 09 January 2008 08:51:28 Jeff Moyer wrote:
> I did, thank you. The remaining failures were in the ENOSPC test.
> For some reason, the filler filled 1024 bytes too much of the file
> system. Did this test succeed for you?
Sorry, just got around to checking.
I assume you're talking a
I recently tried to use libaio (0.3.106), and discovered it didn't have
eventfd support. Or preadv/pwritev support. And the testsuite didn't
compile. Or work.
Anyway, it's shipped by the distros, so I figure it's worth patching.
I'm cc'ing Ben in the hope he's still maintaining it. If not I'll
On Tuesday 08 January 2008 08:25:07 Jeff Moyer wrote:
> Rusty Russell <[EMAIL PROTECTED]> writes:
> > I recently tried to use libaio (0.3.106), and discovered it didn't have
> > eventfd support. Or preadv/pwritev support. And the testsuite didn't
> > co
On Wednesday 09 January 2008 06:23:22 Zach Brown wrote:
> Sarah Sharp wrote:
> > I think the Debian package maintainer should also be involved in this.
> >
> > I would love to see preadv and pwritev go into libaio, as they will be
> > useful for userspace USB driver developers to interface with usb
ttached for your
convenience...
Rusty.
An AIO read or write should return -EINVAL if the offset is negative.
This check matches the one in pread and pwrite.
This was found by the libaio test suite.
Signed-off-by: Rusty Russell <[EMAIL PROTECTED]>
---
fs/aio.c |4
1 file change
I recently tried to use libaio (0.3.106), and discovered it didn't have
eventfd support. Or preadv/pwritev support. And the testsuite didn't
compile. Or work.
Anyway, it's shipped by the distros, so I figure it's worth patching.
I'm cc'ing Ben in the hope he's still maintaining it. If not I'll