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
..
compression Remove use of crypto rand in tests 2018-07-12 17:51:55 -07:00
issues_test.go Move testutils to pkg 2018-05-22 17:08:38 -04:00
strconv.go build: bump to Go 1.10 2018-02-26 16:47:24 -08:00
tar_opts_unix.go Licence header added 2018-02-19 10:32:26 +09:00
tar_opts_windows.go Licence header added 2018-02-19 10:32:26 +09:00
tar_opts.go Licence header added 2018-02-19 10:32:26 +09:00
tar_test.go bugfix: allow hardlink to softlink file 2018-07-19 15:13:50 +08:00
tar_unix.go Merge pull request #2163 from AkihiroSuda/userns-mknod 2018-03-01 11:37:34 -08:00
tar_windows.go Make hcsshim layerwriter close a fatal error 2018-03-28 18:02:45 -07:00
tar.go bugfix: allow hardlink to softlink file 2018-07-19 15:13:50 +08:00
time_darwin.go Licence header added 2018-02-19 10:32:26 +09:00
time_unix.go Licence header added 2018-02-19 10:32:26 +09:00
time_windows.go Licence header added 2018-02-19 10:32:26 +09:00
time.go Licence header added 2018-02-19 10:32:26 +09:00