mirror of
https://github.com/pgsty/minio.git
synced 2026-07-25 15:06:17 +03:00
align 32bit integers with atomic values in structs (#14344)
fixes #14341
This commit is contained in:
+2
-1
@@ -50,7 +50,8 @@ type setInfo struct {
|
||||
// mrfState sncapsulates all the information
|
||||
// related to the global background MRF.
|
||||
type mrfState struct {
|
||||
ready int32
|
||||
ready int32 // ref: https://golang.org/pkg/sync/atomic/#pkg-note-BUG
|
||||
_ int32 // For 64 bits alignment
|
||||
|
||||
ctx context.Context
|
||||
objectAPI ObjectLayer
|
||||
|
||||
Reference in New Issue
Block a user