• Neil Brown's avatar
    [PATCH] md - Zero out some kmalloced space in md driver · ccd3a853
    Neil Brown authored
    This should fix most (all??) of the recently reported problems with MD:
    
    Recent changes to md malloced some data structures differently and
    didn't zero out those data structures, where the old code had zeroed it
    out.
    
    This adds the relevant memsets.
    ccd3a853
raid5.c 46.3 KB