File duplicity /usr/bin/perf and /usr/bin/trace |
|||
Issue descriptionThese two files in rootfs (/usr/bin/trace and /usr/bin/perf) are exactly the same, bit-by-bit. Can we delete one and symlink it instead? Each one is like 1.2MB.
,
May 18 2017
,
May 18 2017
These files are actually hard-linked to each other. You can tell by doing "ls -i" on each file and see the inode number is the same. Maybe the scripts need to check for this situation.
,
May 18 2017
Ok. my bad, I should've checked that before :( |
|||
►
Sign in to add a comment |
|||
Comment 1 by ahass...@chromium.org
, May 18 2017