6a41300 dlm_controld: get rid of unnecessary memset

1 file Authored by agruenba a year ago, Committed by aring a year 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