1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-12-25 01:06:39 +00:00
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.go
backend_test.go
cache.go cache: Don't Lstat before creating the tag file 2022-05-10 18:52:39 +02:00
dir.go
dir_test.go
file.go crypto: Use helpers for size calculations 2022-03-28 22:09:49 +02:00
file_test.go
testing.go