Re: [PATCH 08/18] flag parameters: epoll_create

From: Davide Libenzi
Date: Mon May 05 2008 - 00:52:29 EST


On Sun, 4 May 2008, Ulrich Drepper wrote:

> This patch adds the new epoll_create2 syscall. It extends the old epoll_create
> syscall by one parameter which is meant to hold a flag value. In this
> patch the only flag support is EPOLL_CLOEXEC which causes the close-on-exec
> flag for the returned file descriptor to be set.
>
> A new flag EPOLL_CLOEXEC is used instead of reusing O_CLOEXEC to prevent
> exhaustion of the int bit field in case we need more flags.
>
> The following test must be adjusted for architectures other than x86 and
> x86-64 and in case the syscall numbers changed.

> Signed-off-by: Ulrich Drepper <drepper@xxxxxxxxxx>

Acked-by: Davide Libenzi <davidel@xxxxxxxxxxxxxxx>



- Davide


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/