From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Cox Subject: Re: silent semantic changes with reiser4 Date: Wed, 01 Sep 2004 12:49:16 +0100 Message-ID: <1094039355.2475.38.camel@localhost.localdomain> References: <200408311931.i7VJV8kt028102@laptop11.inf.utfsm.cl> <41352279.7020307@slaphack.com> <41356321.4030307@namesys.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: David Masover , Horst von Brand , Pavel Machek , Jamie Lokier , Chris Wedgwood , viro@parcelfarce.linux.theplanet.co.uk, Linus Torvalds , Christoph Hellwig , linux-fsdevel@vger.kernel.org, Linux Kernel Mailing List , Alexander Lyamin aka FLX , ReiserFS List Return-path: list-help: list-unsubscribe: list-post: Errors-To: flx@namesys.com To: Hans Reiser In-Reply-To: <41356321.4030307@namesys.com> List-Id: linux-fsdevel.vger.kernel.org On Mer, 2004-09-01 at 06:50, Hans Reiser wrote: > Yes, changing cat to use openat() is no big deal. 1-2% additional coding > cost for cat, who cares? Large cost on its own. The FSF would almost certainly reject such a change until someone had written portable emulation of the feature for every other platform which would mean vendor patches which would essentially mean it wouldn't happen. I know I rarely agree with Hans but I think he's right on this one, it has to work with the existing open() API. Alan