Ticket #589 (closed defect: fixed)
Merger is calling utime multiple times on the same fila (via hardlinks)
| Reported by: | ferdy | Owned by: | ferdy |
|---|---|---|---|
| Priority: | MinorRelease | Milestone: | |
| Component: | clients/paludis | Version: | scm |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Distribution: | Gentoo |
Description
Merger shouldn't update times more than once. Problem:
touch a ln a b
Merger merges either 'a' or 'b' and calls utime on both, which is wrong (both utime calls affect the same i-node).
Change History
Note: See
TracTickets for help on using
tickets.
