Files
containerd/archive
Wei Fu 3b1534c47a bugfix: allow hardlink to softlink file
With `fs.RootPath`, the target file will be the file which the softlink
points to, like:

  touch /tmp/zzz
  ln -s /tmp/zzz /tmp/xxx
  ln /tmp/xxx /tmp/yyy

The `/tmp/yyy` should be same with the `/tmp/xxx`, not `/tmp/zzz`. We
should allow hardlink to softlink file.

Signed-off-by: Wei Fu <fhfuwei@163.com>
2018-07-19 15:13:50 +08:00
..
2018-05-22 17:08:38 -04:00
2018-02-26 16:47:24 -08:00
2018-02-19 10:32:26 +09:00
2018-02-19 10:32:26 +09:00
2018-02-19 10:32:26 +09:00
2018-07-19 15:13:50 +08:00
2018-02-19 10:32:26 +09:00
2018-02-19 10:32:26 +09:00
2018-02-19 10:32:26 +09:00
2018-02-19 10:32:26 +09:00