Doc
authorMartin Pool <mbp@samba.org>
Mon, 25 Mar 2002 07:07:03 +0000 (07:07 +0000)
committerMartin Pool <mbp@samba.org>
Mon, 25 Mar 2002 07:07:03 +0000 (07:07 +0000)
hlink.c

diff --git a/hlink.c b/hlink.c
index 95aa30a..a38a65b 100644 (file)
--- a/hlink.c
+++ b/hlink.c
@@ -97,6 +97,8 @@ int check_hard_link(struct file_struct *file)
                        low = mid + 1;
        }
 
+       /* XXX: To me this looks kind of dodgy -- why do we use [low]
+        * here and [low-1] below? -- mbp */
        if (hlink_compare(&hlink_list[low], file) != 0)
                return 0;