Fix deadlock in in-place CopyObject decryption/encryption (#5637)

In-place decryption/encryption already holds write
locks on them, attempting to acquire a read lock would
fail.
This commit is contained in:
Harshavardhana
2018-03-12 13:52:38 -07:00
committed by kannappanr
parent 574b667c56
commit 29ef7d29e4
3 changed files with 45 additions and 26 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ clone_folder: c:\gopath\src\github.com\minio\minio
# Environment variables
environment:
GOPATH: c:\gopath
GOROOT: c:\go
GOROOT: c:\go19
# scripts that run after cloning repository
install: