git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3a34e0
)
perf buildid-cache: Fix symbolic link handling
author
Franck Bui-Huu
<fbuihuu@gmail.com>
Fri, 10 Dec 2010 21:06:26 +0000
(22:06 +0100)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Thu, 16 Dec 2010 11:41:45 +0000
(09:41 -0200)
This was broken since link(2) doesn't dereference symbolic
links. Instead 'filename' becomes a symbolic link to the same file
that 'name' refers to.
This had the bad effect to create dangling symlinks in the case that
even can't be removed with perf-buildid-cache(1).
LKML-Reference: <m38vzxxrql.fsf@gmail.com>
Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/header.c
patch
|
blob
|
history
diff --cc
tools/perf/util/header.c
Simple merge