diff options
Diffstat (limited to 'contrib/getdents-debug')
-rw-r--r-- | contrib/getdents-debug/getdents/getdents.go | 2 | ||||
-rw-r--r-- | contrib/getdents-debug/readdirnames/readdirnames.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/getdents-debug/getdents/getdents.go b/contrib/getdents-debug/getdents/getdents.go index 781a23d..a3cdac4 100644 --- a/contrib/getdents-debug/getdents/getdents.go +++ b/contrib/getdents-debug/getdents/getdents.go @@ -1,6 +1,6 @@ /* Small tool to try to debug unix.Getdents problems on CIFS mounts -( https://github.com/rfjakob/gocryptfs/v2/issues/483 ) +( https://github.com/rfjakob/gocryptfs/issues/483 ) Example output: diff --git a/contrib/getdents-debug/readdirnames/readdirnames.go b/contrib/getdents-debug/readdirnames/readdirnames.go index 1a29290..dc33512 100644 --- a/contrib/getdents-debug/readdirnames/readdirnames.go +++ b/contrib/getdents-debug/readdirnames/readdirnames.go @@ -1,6 +1,6 @@ /* Small tool to try to debug unix.Getdents problems on CIFS mounts -( https://github.com/rfjakob/gocryptfs/v2/issues/483 ) +( https://github.com/rfjakob/gocryptfs/issues/483 ) Example output: |