From 6b963304ff18f06de09f9ddc95a7070eaf0499e9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 12 Dec 2003 05:43:17 +0000 Subject: add FIXME --- lib/fts_.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/fts_.h') diff --git a/lib/fts_.h b/lib/fts_.h index b6ba1b481..a0ceaf629 100644 --- a/lib/fts_.h +++ b/lib/fts_.h @@ -80,7 +80,9 @@ typedef struct { This data structure is used to detect directory cycles efficiently and promptly even when the depth of a hierarchy is in the tens of thousands. Lazy checking, as done by GNU rm via cycle-check.c, - wouldn't be appropriate for du. */ + wouldn't be appropriate for du. + FIXME: add an option so that we *do* use cycle-check.c, except + when necessary. */ void *fts_dir_signatures; } FTS; -- cgit v1.2.3-54-g00ecf