Re: If not readdir() then what?
- From: Jörn Engel <joern@xxxxxxxxxxxxxxx>
- Date: Sun, 8 Apr 2007 20:41:30 +0200
On Sun, 8 April 2007 11:11:20 -0700, H. Peter Anvin wrote:
Well, the question is if you can keep the seekdir/telldir cookie around
as a pointer -- preferrably in userspace, of course. You would
presumably garbage-collect them on closedir() -- there is no other point
at which you could.
Garbage-collecting them on closedir() does not work. It surprised me as
well, but there seem to be applications that keep the telldir() cookie
around after closedir(). Iirc, "rm -r" was one of them.
Neil, is this correct?
Jörn
--
Data dominates. If you've chosen the right data structures and organized
things well, the algorithms will almost always be self-evident. Data
structures, not algorithms, are central to programming.
-- Rob Pike
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
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: Neil Brown
- Re: If not readdir() then what?
- From: Theodore Tso
- Re: If not readdir() then what?
- References:
- If not readdir() then what?
- From: Ulrich Drepper
- Re: If not readdir() then what?
- From: Theodore Tso
- Re: If not readdir() then what?
- From: Christoph Hellwig
- Re: If not readdir() then what?
- From: H. Peter Anvin
- If not readdir() then what?
- Prev by Date: man-pages-2.44 is released
- Next by Date: Re: If not readdir() then what?
- Previous by thread: Re: If not readdir() then what?
- Next by thread: Re: If not readdir() then what?
- Index(es):