From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S268301AbUHXUmf (ORCPT ); Tue, 24 Aug 2004 16:42:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S268299AbUHXUme (ORCPT ); Tue, 24 Aug 2004 16:42:34 -0400 Received: from viper.oldcity.dca.net ([216.158.38.4]:41890 "HELO viper.oldcity.dca.net") by vger.kernel.org with SMTP id S268303AbUHXUmK (ORCPT ); Tue, 24 Aug 2004 16:42:10 -0400 Subject: Re: silent semantic changes with reiser4 From: Lee Revell To: Christoph Hellwig Cc: Andrew Morton , reiser@namesys.com, linux-fsdevel@vger.kernel.org, linux-kernel In-Reply-To: <20040824203844.GA26999@lst.de> References: <20040824202521.GA26705@lst.de> <1093379718.817.63.camel@krustophenia.net> <20040824203844.GA26999@lst.de> Content-Type: text/plain Message-Id: <1093380127.817.67.camel@krustophenia.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 24 Aug 2004 16:42:08 -0400 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@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