Re: [PATCH 04/18] flag parameters: anon_inode_getfd extension

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


On Sun, 4 May 2008, Ulrich Drepper wrote:

> This patch just extends the anon_inode_getfd interface to take an additional
> parameter with a flag value. The flag value is passed on to
> get_unused_fd_flags in anticipation for a use with the O_CLOEXEC flag.
>
> No actual semantic changes here, the changed callers all pass 0 for now.
>
>
> fs/anon_inodes.c | 9 +++++----
> fs/eventfd.c | 2 +-
> fs/eventpoll.c | 2 +-
> fs/signalfd.c | 3 ++-
> fs/timerfd.c | 2 +-
> include/linux/anon_inodes.h | 2 +-
> 6 files changed, 11 insertions(+), 9 deletions(-)
>
>
> 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/