]> wimlib.net Git - wimlib/commitdiff
Fix references to hardlink.c
authorEric Biggers <ebiggers3@gmail.com>
Mon, 13 Jan 2014 05:26:02 +0000 (23:26 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 13 Jan 2014 05:26:02 +0000 (23:26 -0600)
include/wimlib/dentry.h
include/wimlib/inode.h

index fa35869b83ce47674cccddcb77e85e36769af558..6597e7776e77518205759d8d457ade603902abee 100644 (file)
@@ -44,7 +44,7 @@ struct wim_security_data;
  * that Microsoft may have fixed this problem, since I've only noticed it in the
  * 'install.wim' for Windows 7).  For those dentries, we have to use the
  * conflicting fields to split up the hard link groups.  (See
- * dentry_tree_fix_inodes() in hardlink.c).
+ * dentry_tree_fix_inodes() in inode_fixup.c.)
  */
 struct wim_dentry {
        /* Pointer to the inode for this dentry.  This will contain some
index 468bdbac1ff28cc05310eabe92809d163848348e..5d04427fd605d3ebd80ee1db198992769221924b 100644 (file)
@@ -61,10 +61,10 @@ struct wim_inode {
 
        /* Field to place this inode into a list. */
        union {
-               /* Hash list node- used in hardlink.c when the inodes are placed
-                * into a hash table keyed by inode number and optionally device
-                * number, in order to detect dentries that are aliases for the
-                * same inode. */
+               /* Hash list node- used in inode_fixup.c when the inodes are
+                * placed into a hash table keyed by inode number and optionally
+                * device number, in order to detect dentries that are aliases
+                * for the same inode. */
                struct hlist_node i_hlist;
 
                /* Normal list node- used to connect all the inodes of a WIM image