]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/open.c
[PATCH] remove duplicated sys_open32() code from 64bit archs
authorMiklos Szeredi <miklos@szeredi.hu>
Tue, 6 Sep 2005 22:18:25 +0000 (15:18 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 7 Sep 2005 23:57:43 +0000 (16:57 -0700)
commite922efc342d565a38eed3af377ff403f52148864
treeb9996a96ed1bbb6e387f7ba8216f8e43ca640398
parentab8d11beb46f0bd0617e04205c01f5c1fe845b61
[PATCH] remove duplicated sys_open32() code from 64bit archs

64 bit architectures all implement their own compatibility sys_open(),
when in fact the difference is simply not forcing the O_LARGEFILE
flag.  So use the a common function instead.

Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
Cc: <viro@parcelfarce.linux.theplanet.co.uk>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ia64/ia32/ia32_entry.S
arch/ia64/ia32/sys_ia32.c
arch/ppc64/kernel/misc.S
arch/ppc64/kernel/sys_ppc32.c
arch/sparc64/kernel/sys_sparc32.c
arch/x86_64/ia32/ia32entry.S
arch/x86_64/ia32/sys_ia32.c
fs/compat.c
fs/open.c
include/linux/fs.h