From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750801AbVHXJFi (ORCPT ); Wed, 24 Aug 2005 05:05:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750802AbVHXJFi (ORCPT ); Wed, 24 Aug 2005 05:05:38 -0400 Received: from pentafluge.infradead.org ([213.146.154.40]:42209 "EHLO pentafluge.infradead.org") by vger.kernel.org with ESMTP id S1750801AbVHXJFh (ORCPT ); Wed, 24 Aug 2005 05:05:37 -0400 Date: Wed, 24 Aug 2005 10:05:36 +0100 From: Christoph Hellwig To: Miklos Szeredi Cc: hch@infradead.org, akpm@osdl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 6/8] remove duplicated sys_open32() code from 64bit archs Message-ID: <20050824090536.GA26447@infradead.org> Mail-Followup-To: Christoph Hellwig , Miklos Szeredi , akpm@osdl.org, linux-kernel@vger.kernel.org References: <20050824073334.GB24513@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 24, 2005 at 11:00:07AM +0200, Miklos Szeredi wrote: > > On Tue, Aug 23, 2005 at 10:43:35PM +0200, Miklos Szeredi wrote: > > > 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. > > > > Traditional naming would be just do_open(), but else this looks very nice. > > do_open() was my first choice, but it caused a number of clashes. ok, let's leave it the way it is..