Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 10 Jul 2001 14:05:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 10 Jul 2001 14:04:56 -0400 Received: from weta.f00f.org ([203.167.249.89]:46466 "HELO weta.f00f.org") by vger.kernel.org with SMTP id ; Tue, 10 Jul 2001 14:04:43 -0400 Date: Wed, 11 Jul 2001 06:04:18 +1200 From: Chris Wedgwood To: Andi Kleen Cc: Craig Soules , linux-kernel@vger.kernel.org Subject: Re: NFS Client patch Message-ID: <20010711060418.A32421@weta.f00f.org> In-Reply-To: <20010710154135.A4603@gruyere.muc.suse.de> <20010710190602.A8997@gruyere.muc.suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010710190602.A8997@gruyere.muc.suse.de> User-Agent: Mutt/1.3.18i X-No-Archive: Yes Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 10, 2001 at 07:06:02PM +0200, Andi Kleen wrote: It's the unix semantics of readdir(); e.g. specified in Single Unix: `` The type DIR, which is defined in the header , represents a directory stream, which is an ordered sequence of all the directory entries in a particular directory. Directory entries represent files; files may be removed from a directory or added to a directory asynchronously to the operation of readdir(). '' An ordered sequence does not include cycles. *Who* says NFS has to be a *unix* like filesystem? --cw - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/