On Tue, Aug 28, 2012 at 9:09 AM, Yinghai Lu <yinghai@xxxxxxxxxx> wrote: > > please check update one. -v7 Ugh. Ok, looking closer at this, I think I agree with Bjorn. This is too ugly. The whole "reduce size/needed_size by 1" double loop is O(n**2). And it does ugly "insert fake resource to check, and then remove it". Ugh. Maybe this works in practice for the special case of some PCI bus numbers that are small integers, but the code is nasty nasty horrible and not a generic resource allocation thing. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html