We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77cfa87 + 75296bf commit f580386Copy full SHA for f580386
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