From: Jim Meyering Date: Fri, 12 Dec 2003 05:43:17 +0000 (+0000) Subject: add FIXME X-Git-Tag: v5.1.0~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b963304ff18f06de09f9ddc95a7070eaf0499e9;p=thirdparty%2Fcoreutils.git add FIXME --- diff --git a/lib/fts_.h b/lib/fts_.h index b6ba1b481b..a0ceaf6299 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;