Return-Path: linux-nfs-owner@vger.kernel.org Received: from fieldses.org ([174.143.236.118]:49220 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753813Ab3LFUry (ORCPT ); Fri, 6 Dec 2013 15:47:54 -0500 Date: Fri, 6 Dec 2013 15:47:47 -0500 From: "J. Bruce Fields" To: Christoph Hellwig Cc: Stanislav Kholmanskikh , xfs@oss.sgi.com, linux-nfs@vger.kernel.org, Vasily Isaenko , "Sachin S. Prabhu" Subject: Re: nfs vs xfstests 193 Message-ID: <20131206204747.GB12613@fieldses.org> References: <20131106115648.GA24804@infradead.org> <52A1CF22.106@oracle.com> <20131206180858.GA2803@infradead.org> <20131206204404.GA12613@fieldses.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20131206204404.GA12613@fieldses.org> Sender: linux-nfs-owner@vger.kernel.org List-ID: On Fri, Dec 06, 2013 at 03:44:04PM -0500, bfields wrote: > On Fri, Dec 06, 2013 at 10:08:58AM -0800, Christoph Hellwig wrote: > > On Fri, Dec 06, 2013 at 05:20:34PM +0400, Stanislav Kholmanskikh wrote: > > > Just to make the behaviour more consistent between NFS and other > > > "local" file systems as It was done by > > > commit https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=0953e620de0538cbd081f1b45126f6098112a598 > > > > Seems like we got others in line with XFS behavior. > > But, not having tested the behavior, it looks like fs/open.c has a > simlar !S_ISDIR() check. Where's that behavior implemented? > > > I'd prefer to have NFS follow this as well. > > Huh. Sachin, do you remember if there was any other motivation behind > that patch? Never mind, I see, the complaint is about the case where the id's don't change, not about the directory case. So Sachin's 0953e620de0538cbd081f1b45126f6098112a598 doesn't actually have anything to do with this. I'm fine with removing the id comparisons and changing the nfsd behavior to match local filesystems. --b.