1c967ee dlm_controld: remove unnecessary list_empty check

1 file Authored by agruenba 2 years ago, Committed by aring 2 years ago,
    dlm_controld: remove unnecessary list_empty check
    
    All that do_waiters() does is iterate the the waiters list of a
    resource, so there is no need to check if the waiters list is empty
    before calling do_waiters().
    
        
file modified
+1 -2