Messages in this thread |  | | | Date | Sun, 4 May 2008 21:56:46 -0700 (PDT) | | From | Davide Libenzi <> | | Subject | Re: [PATCH 04/18] flag parameters: anon_inode_getfd extension | |
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@redhat.com>
Acked-by: Davide Libenzi <davidel@xmailserver.org>
- Davide
|  |