[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070711184701.GA9035@osiris.ibm.com>
Date: Wed, 11 Jul 2007 20:47:01 +0200
From: Heiko Carstens <heiko.carstens@...ibm.com>
To: Theodore Tso <tytso@....edu>, Paul Mackerras <paulus@...ba.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Jeff Garzik <jeff@...zik.org>, linux-kernel@...r.kernel.org,
Amit Arora <aarora@...ibm.com>, Andi Kleen <ak@...e.de>,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
Arnd Bergmann <arnd@...db.de>,
"Luck, Tony" <tony.luck@...el.com>,
Martin Schwidefsky <schwidefsky@...ibm.com>,
Mark Fasheh <mark.fasheh@...cle.com>,
linux-arch@...r.kernel.org
Subject: Re: fallocate-implementation-on-i86-x86_64-and-powerpc.patch
On Wed, Jul 11, 2007 at 11:39:39AM -0400, Theodore Tso wrote:
> On Wed, Jul 11, 2007 at 10:50:49AM +1000, Paul Mackerras wrote:
> > > On Wed, 11 Jul 2007 09:27:40 +1000
> > > Paul Mackerras <paulus@...ba.org> wrote:
> > >
> > > > We did come up with an order that worked for everybody, but that
> > > > discussion seemed to get totally ignored by the ext4 developers.
>
> Well, in the end it was a toss-up between
>
> asmlinkage long sys_fallocate(int fd, int mode, loff_t offset, loff_t len)
>
> and
>
> asmlinkage long sys_fallocate(loff_t offset, loff_t len, int fd, int mode)
>
> There were a number of folks who preferred having int fd first, and I
> *thought* Amit had gotten agreement from either Martin or Heiko that
> it was ok to do this as an exception, even though it was extra work
> for that arch. But if not, we can try going back the second
> alternative, or even the 6 32-bits args (off_high, off_low, len_high,
> len_low) approach, but I think that drew even more fire.
The second approach would work for all architectures.. but some people
didn't like (no technical reason) not having fd as first argument.
Just go ahead with the current approach. s390 seems to be the only
architecture which suffers from this and I wouldn't like to start this
discussion again.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists