From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Cox Subject: Re: silent semantic changes with reiser4 Date: Sun, 29 Aug 2004 15:20:26 +0100 Sender: linux-fsdevel-owner@vger.kernel.org Message-ID: <1093789225.27932.39.camel@localhost.localdomain> References: <20040824202521.GA26705@lst.de> <412CEE38.1080707@namesys.com> <20040825200859.GA16345@lst.de> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Id: Content-Type: text/plain; charset="us-ascii" To: Linus Torvalds Cc: Christoph Hellwig , Hans Reiser , linux-fsdevel@vger.kernel.org, Linux Kernel Mailing List , Alexander Lyamin aka FLX , ReiserFS List On Mer, 2004-08-25 at 21:22, Linus Torvalds wrote: > - without the slash, a file-as-dir won't open with O_DIRECTORY (ENOTDIR) > - with the slash, it won't open _without_ O_DIRECTORY (EISDIR) > > Problem solved. Very user-friendly, and very intuitive. Breaks bash and almost all other file completion 8)