On Apr 9 2007 10:03, Trond Myklebust wrote: >In practice, though, this sort of behaviour has to be managed carefully >by the server. Forcing a client to re-read the entire contents of the >directory doesn't really scale too well... What does the spec (readdir, and NFS READDIR) say about duplicate entries, and what's done in practice? Actually, I'd be more concerned about code that does while(d = readdir(...)) append_a_line_to(d); (which would be not-so-good on duplicate entries), rather than bad scaling. Jan -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: If not readdir() then what?
- From: Trond Myklebust <[email protected]>
- Re: If not readdir() then what?
- References:
- If not readdir() then what?
- From: "Ulrich Drepper" <[email protected]>
- Re: If not readdir() then what?
- From: Theodore Tso <[email protected]>
- Re: If not readdir() then what?
- From: Christoph Hellwig <[email protected]>
- Re: If not readdir() then what?
- From: "H. Peter Anvin" <[email protected]>
- Re: If not readdir() then what?
- From: Jörn Engel <[email protected]>
- Re: If not readdir() then what?
- From: Theodore Tso <[email protected]>
- Re: If not readdir() then what?
- From: "H. Peter Anvin" <[email protected]>
- Re: If not readdir() then what?
- From: Theodore Tso <[email protected]>
- Re: If not readdir() then what?
- From: Jörn Engel <[email protected]>
- Re: If not readdir() then what?
- From: Trond Myklebust <[email protected]>
- Re: If not readdir() then what?
- From: Theodore Tso <[email protected]>
- Re: If not readdir() then what?
- From: Trond Myklebust <[email protected]>
- If not readdir() then what?
- Prev by Date: Re: Troll Of The Year
- Next by Date: Re: Linux 2.6.20.6
- Previous by thread: Re: If not readdir() then what?
- Next by thread: Re: If not readdir() then what?
- Index(es):