From: Miklos Szeredi Date: Tue, 6 Sep 2005 22:18:25 +0000 (-0700) Subject: [PATCH] remove duplicated sys_open32() code from 64bit archs X-Git-Tag: v2.6.14-rc1~626 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e922efc342d565a38eed3af377ff403f52148864;p=pandora-kernel.git [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 Cc: Cc: Christoph Hellwig Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed