Stefan Beller <sbeller@xxxxxxxxxx> writes: > In this patch series we only need to check the items of that list one by one, > no need for a sorted version, so I'll change it to be unsorted and > document that. I actually was going to suggest keeping the sorted one. The order may be changed from the order specified in the file, but the sorted variant has one very desirable property, namely de-duping, that the code that uses this data structure may find useful. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html