mirror of
https://github.com/minio/minio.git
synced 2025-11-25 20:16:10 -05:00
fs: Fix Shutdown() behavior and handle tests properly. (#4796)
Fixes #4795
This commit is contained in:
committed by
Dee Koder
parent
e7cdd8f02c
commit
3544e5ad01
@@ -182,7 +182,7 @@ func (fsi *fsIOPool) Create(path string) (wlk *lock.LockedFile, err error) {
|
||||
}
|
||||
|
||||
// Success.
|
||||
return wlk, err
|
||||
return wlk, nil
|
||||
}
|
||||
|
||||
// Close implements closing the path referenced by the reader in such
|
||||
|
||||
Reference in New Issue
Block a user