• Linus Torvalds's avatar
    Fix "insert_resource()" nesting bug · 3c5a76a1
    Linus Torvalds authored
    It used to create totally impossible resource trees in some
    circumstances where it was asked to insert a conflicting
    resource. We never noticed, because it wasn't used that much.
    
    Make it return the proper error instead.
    3c5a76a1
resource.c 11.6 KB