From: Ulrich Drepper Date: Thu, 24 Jul 2008 04:29:22 +0000 (-0700) Subject: flag parameters: anon_inode_getfd extension X-Git-Tag: v2.6.27-rc1~684 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d9dbca34240ebb6ff88d8a29c6c7bffd098f0c1;p=pandora-kernel.git flag parameters: anon_inode_getfd extension 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. [akpm@linux-foundation.org: KVM fix] Signed-off-by: Ulrich Drepper Acked-by: Davide Libenzi Cc: Michael Kerrisk Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed