Ticket #589 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years 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

comment:1 Changed 5 years ago by ferdy

  • Status changed from new to closed
  • Resolution set to fixed

In r4711

Note: See TracTickets for help on using tickets.