> + /* We can assume it's not rename/rename(1to1) because > + * that was case (1), already checked above. So we > + * know that head_ent->new_dir and merge_ent->new_dir > + * are different strings. > + */ micro nit: /* we prefer comments like this */ /* * or like this */ /* but not * like this. */