On Wed, 24 Jan 2007 10:52:58 +0100 Laurent Vivier <[email protected]> wrote:
> Andrew Morton wrote:
> > On Wed, 17 Jan 2007 10:55:54 +0100
> > Sébastien Dugué <[email protected]> wrote:
> >
> >> +struct lio_event *lio_create(struct sigevent __user *user_event,
> >> + int mode)
> >> +{
> >> + int ret = 0;
> >> + struct lio_event *lio = NULL;
> >> +
> >> + if (unlikely((mode == LIO_NOWAIT) && !user_event))
> >> + return lio;
> >> +
> >> + lio = kzalloc(sizeof(*lio), GFP_KERNEL);
> >> +
> >> + if (!lio)
> >> + return ERR_PTR(-EAGAIN);
> >> +
> >
> > Why EAGAIN and not ENOMEM?
>
> According to the POSIX AIO specifications:
>
> "ERRORS:
> ...
> [EAGAIN]
> The resources necessary to queue all the I/O requests were not available. "
>
> I think memory is "a resource necessary to queue all the I/O requests"...
>
> http://www.opengroup.org/onlinepubs/009695399/functions/lio_listio.html
>
> Regards,
> Laurent
Thanks Laurent,
just forgot the whys here.
Sébastien.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]