We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77cfa87 commit 75296bfCopy full SHA for 75296bf
1 file changed
store/posixage/internal/flock/flock.go
@@ -89,7 +89,8 @@ func tryLock(ctx context.Context, root *os.Root, exclusive bool) (UnlockFunc, er
89
return nil, err
90
}
91
// recovery was successful. Let's try get another lock one last time.
92
- if err := retryLock(ctx, fl, exclusive); err != nil {
+ err = retryLock(ctx, fl, exclusive)
93
+ if err != nil {
94
95
96
0 commit comments