mirror of
https://github.com/minio/minio.git
synced 2025-04-17 01:10:29 -04:00
XL/ListDir: break out of loop if list on one disk is a success. (#1534)
This commit is contained in:
parent
a205aca6d2
commit
88e1c04259
@ -404,6 +404,8 @@ func (xl XL) ListDir(volume, dirPath string) (entries []string, err error) {
|
|||||||
entries[i] = strings.TrimSuffix(entry, slashSeparator)
|
entries[i] = strings.TrimSuffix(entry, slashSeparator)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// We have list from one of the disks hence break the loop.
|
||||||
|
break
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user