Re: [PATCH 6/8] remove duplicated sys_open32() code from 64bit archs

From: Miklos Szeredi
Date: Wed Aug 24 2005 - 04:00:49 EST


> 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.

Miklos
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/