mirror of
https://github.com/minio/minio.git
synced 2025-02-03 01:46:00 -05:00
ce0cb913bc
Recycle would always be called on the dummy value `any(newRT())` instead of the actual value given to the recycle function. Caught by race tests, but mostly harmless, except for reduced perf. Other minor cleanups. Introduced in #18940 (unreleased)