Commit 527a51ce authored by Martin Pool's avatar Martin Pool

Doc

parent 20c15aea
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment