mirror of
https://github.com/minio/minio.git
synced 2025-11-10 05:59:43 -05:00
fix: Allow Walk to honor load balanced drives (#10610)
This commit is contained in:
@@ -24,10 +24,12 @@ import (
|
||||
"path/filepath"
|
||||
"syscall"
|
||||
"unsafe"
|
||||
|
||||
"golang.org/x/sys/windows"
|
||||
)
|
||||
|
||||
var (
|
||||
modkernel32 = syscall.NewLazyDLL("kernel32.dll")
|
||||
modkernel32 = windows.NewLazySystemDLL("kernel32.dll")
|
||||
procLockFileEx = modkernel32.NewProc("LockFileEx")
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user