Merge pull request #69451 from justinsb/sort_bind_options

Sort bind options in JoinMountOptions
This commit is contained in:
k8s-ci-robot
2018-10-06 21:29:51 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -766,7 +766,7 @@ func JoinMountOptions(userOptions []string, systemOptions []string) []string {
for _, mountOption := range systemOptions {
allMountOptions.Insert(mountOption)
}
return allMountOptions.UnsortedList()
return allMountOptions.List()
}
// ValidateZone returns: