guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ftw visited ino+devno


From: Neil Jerram
Subject: Re: ftw visited ino+devno
Date: Wed, 04 Oct 2006 23:32:44 +0100
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Kevin Ryde <address@hidden> writes:

> I made the change below in ice-9/ftw.scm to check the dev number of
> files visited, the inode number is of course only unique within each
> device.

Looks nice.  I infer that the previous version was bugged because of
the possibility of having the same inode on different devices; is that
right?

Is it worth commenting that the use of dev+ino (as opposed to
pathname) avoids traversing hard links (notably . and ..) multiple
times, or is that too obvious?

Regards,
     Neil





reply via email to

[Prev in Thread] Current Thread [Next in Thread]