mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Migrate golanglint-ci config to V2 (#21081)
This commit is contained in:
@@ -69,7 +69,7 @@ const (
|
||||
// On success a sorted meta cache stream will be returned.
|
||||
// Metadata has data stripped, if any.
|
||||
func (s *xlStorage) WalkDir(ctx context.Context, opts WalkDirOptions, wr io.Writer) (err error) {
|
||||
legacyFS := !(s.fsType == xfs || s.fsType == ext4)
|
||||
legacyFS := s.fsType != xfs && s.fsType != ext4
|
||||
|
||||
s.RLock()
|
||||
legacy := s.formatLegacy
|
||||
|
||||
Reference in New Issue
Block a user