restic/internal/cache
greatroar 2da377c582 cache: Don't Lstat before creating the tag file
The tag file is opened with O_CREATE|O_EXCL and ErrExist is handled, so
we don't need to check for existence first.
2022-05-10 18:52:39 +02:00
..
backend_test.go
backend.go
cache.go cache: Don't Lstat before creating the tag file 2022-05-10 18:52:39 +02:00
dir_test.go
dir.go
file_test.go
file.go
testing.go