linux/arch
Yann Droneaud 6b9cdf39c8 ppc/cell: replace get_unused_fd() with get_unused_fd_flags(0)
This patch replaces calls to get_unused_fd() with equivalent call to
get_unused_fd_flags(0) to preserve current behavor for existing code.

In a further patch, get_unused_fd() will be removed so that new code start
using get_unused_fd_flags(), with the hope O_CLOEXEC could be used, either
by default or choosen by userspace.

Signed-off-by: Yann Droneaud <ydroneaud@opteya.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2014-12-10 17:41:10 -08:00
..
alpha
arc asm-generic: asm/io.h rewrite 2014-12-09 17:25:00 -08:00
arm Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2014-12-10 09:01:01 -08:00
arm64 mm: fix huge zero page accounting in smaps report 2014-12-10 17:41:08 -08:00
avr32 avr32: remove mach/atmel-mci.h 2014-11-10 12:40:38 +01:00
blackfin
c6x
cris cris: io: implement dummy relaxed accessor macros for writes 2014-10-20 18:49:17 +01:00
frv frv: io: implement dummy relaxed accessor macros for writes 2014-10-20 18:49:17 +01:00
hexagon
ia64 ia64: replace get_unused_fd() with get_unused_fd_flags(0) 2014-12-10 17:41:10 -08:00
m32r m32r: io: implement dummy relaxed accessor macros for writes 2014-10-20 18:49:17 +01:00
m68k asm-generic: asm/io.h rewrite 2014-12-09 17:25:00 -08:00
metag
microblaze asm-generic: asm/io.h rewrite 2014-12-09 17:25:00 -08:00
mips Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2014-12-10 09:34:43 -08:00
mn10300 mn10300: io: implement dummy relaxed accessor macros for writes 2014-10-20 18:49:18 +01:00
nios2 nios2: Make NIOS2_CMDLINE_IGNORE_DTB depend on CMDLINE_BOOL 2014-12-08 12:56:14 +08:00
openrisc
parisc asm-generic: asm/io.h rewrite 2014-12-09 17:25:00 -08:00
powerpc ppc/cell: replace get_unused_fd() with get_unused_fd_flags(0) 2014-12-10 17:41:10 -08:00
s390 Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2014-12-10 09:34:43 -08:00
score
sh sh: off by one BUG_ON() in setup_bootmem_node() 2014-12-10 17:41:02 -08:00
sparc mm: fix huge zero page accounting in smaps report 2014-12-10 17:41:08 -08:00
tile Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2014-12-10 09:01:01 -08:00
um mm: Make arch_unmap()/bprm_mm_init() available to all architectures 2014-11-19 11:54:13 +01:00
unicore32 mm: Make arch_unmap()/bprm_mm_init() available to all architectures 2014-11-19 11:54:13 +01:00
x86 mm: fix huge zero page accounting in smaps report 2014-12-10 17:41:08 -08:00
xtensa asm-generic: asm/io.h rewrite 2014-12-09 17:25:00 -08:00
.gitignore
Kconfig