From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Revell Subject: Re: silent semantic changes with reiser4 Date: Tue, 24 Aug 2004 16:42:08 -0400 Sender: linux-fsdevel-owner@vger.kernel.org Message-ID: <1093380127.817.67.camel@krustophenia.net> References: <20040824202521.GA26705@lst.de> <1093379718.817.63.camel@krustophenia.net> <20040824203844.GA26999@lst.de> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: Andrew Morton , reiser@namesys.com, linux-fsdevel@vger.kernel.org, linux-kernel Return-path: Received: from viper.oldcity.dca.net ([216.158.38.4]:41634 "HELO viper.oldcity.dca.net") by vger.kernel.org with SMTP id S268297AbUHXUmJ (ORCPT ); Tue, 24 Aug 2004 16:42:09 -0400 To: Christoph Hellwig In-Reply-To: <20040824203844.GA26999@lst.de> List-Id: linux-fsdevel.vger.kernel.org On Tue, 2004-08-24 at 16:38, Christoph Hellwig wrote: > On Tue, Aug 24, 2004 at 04:35:18PM -0400, Lee Revell wrote: > > On Tue, 2004-08-24 at 16:25, Christoph Hellwig wrote: > > > - O_DIRECTORY opens succeed on all files on reiser4. Besides breaking > > > .htaccess handling in apache and glibc compilation this also renders > > > this flag entirely useless and opens up the races it tries to > > > prevent against cmpletely useless > > > > So `find -type d' would list every file on the system? > > the find I have here is using lstat and not open with O_DIRECTORY, so > no. > Ugh, how embarrassing, I completely forgot about stat(). Lee