6a41300 dlm_controld: get rid of unnecessary memset

1 file Authored by agruenba 2 years ago, Committed by aring 2 years ago,
    dlm_controld: get rid of unnecessary memset
    
    In process_plocks(), we're reading in the entire info object, so there
    is no need to zero out the buffer first.
    
        
file modified
+0 -2