mirror of
git://git.sv.gnu.org/coreutils
synced 2026-06-05 15:22:12 -04:00
(cycle_check): Add a comment.
This commit is contained in:
@@ -577,6 +577,8 @@ is_power_of_two (unsigned int i)
|
||||
return (i & (i - 1)) == 0;
|
||||
}
|
||||
|
||||
/* Test whether the current dev/ino (from SB) is the same as the saved one.
|
||||
Periodically squirrel away the dev/ino of a current directory. */
|
||||
static void
|
||||
cycle_check (struct stat const *sb)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user