Ticket #589 (closed defect: fixed)

Opened 6 months ago

Last modified 6 months ago

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

Changed 6 months ago by ferdy

  • status changed from new to closed
  • resolution set to fixed

In r4711

Note: See TracTickets for help on using tickets.