• Poul-Henning Kamp's avatar
    Remove an almost correct assert. · a95525af
    Poul-Henning Kamp authored
    The real condition is that either there is no busyobj or it is in
    state BOS_FINISHED, being rapidly dismantled.
    
    The locking of testing that would be to complex and expensive so we
    eliminate the assert instead, and strengthen another busyobj related
    check a little bit in compensation.
    
    Fixes #1440
    a95525af
cache_busyobj.c 5.93 KB