diff options
Diffstat (limited to 'internal/nametransform')
| -rw-r--r-- | internal/nametransform/diriv.go | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/internal/nametransform/diriv.go b/internal/nametransform/diriv.go index cd20ca6..6dbf028 100644 --- a/internal/nametransform/diriv.go +++ b/internal/nametransform/diriv.go @@ -23,6 +23,7 @@ const (  // ReadDirIVAt reads "gocryptfs.diriv" from the directory that is opened as "dirfd".  // Using the dirfd makes it immune to concurrent renames of the directory. +// Retries on EINTR.  func ReadDirIVAt(dirfd int) (iv []byte, err error) {  	fdRaw, err := syscallcompat.Openat(dirfd, DirIVFilename,  		syscall.O_RDONLY|syscall.O_NOFOLLOW, 0) | 
