]> wimlib.net Git - wimlib/blobdiff - include/wimlib/inode.h
ntfs-3g_apply.c: Do not use i_visited
[wimlib] / include / wimlib / inode.h
index 07d1885fb7f15ae3feb884defddba3368186333b..2fd9f08357855c8e7a7ec3163a8779cbb43f609e 100644 (file)
@@ -129,10 +129,8 @@ struct wim_inode {
        /* Number of dentries that are aliases for this inode.  */
        u32 i_nlink : 30;
 
-       /* Flag used to mark this inode as visited; this is used when visiting
-        * all the inodes in a dentry tree exactly once.  It will be 0 by
-        * default and must be cleared following the tree traversal, even in
-        * error paths.  */
+       /* Flag used by some code to mark this inode as visited.  It will be 0
+        * by default, and it always must be cleared after use.  */
        u32 i_visited : 1;
 
        /* Cached value  */