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-Type: text/plain Content-Transfer-Encoding: 7bit Cc: Christoph Hellwig , Hans Reiser , linux-fsdevel@vger.kernel.org, Linux Kernel Mailing List , Alexander Lyamin aka FLX , ReiserFS List Return-path: Received: from the-village.bc.nu ([81.2.110.252]:6017 "EHLO localhost.localdomain") by vger.kernel.org with ESMTP id S268031AbUH2PWz (ORCPT ); Sun, 29 Aug 2004 11:22:55 -0400 To: Linus Torvalds In-Reply-To: List-Id: linux-fsdevel.vger.kernel.org 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)