mirror of
https://github.com/minio/minio.git
synced 2024-12-27 15:45:55 -05:00
294ea814bf
This commit prefers the use of 'defer' for fs.Unlock (and fs.RUnlock) because it is more idiomatic Go and reduces repetition in the code, lending to a cleaner code base. It also switches a few uses of the lock to read-only locks, which should improve performance of those functions dramatically in certain contexts. |
||
---|---|---|
.. | ||
api_suite_nix_test.go | ||
api_suite_windows_test.go | ||
fs_test.go | ||
fs-backend-metadata.go | ||
fs-bucket-acl.go | ||
fs-bucket-listobjects.go | ||
fs-bucket.go | ||
fs-datatypes.go | ||
fs-errors.go | ||
fs-multipart.go | ||
fs-object.go | ||
fs-utils.go | ||
fs.go |