Re: NFS Client patch

Chris Wedgwood (cw@f00f.org)
Wed, 11 Jul 2001 06:04:18 +1200


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 <dirent.h>, 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/