[PATCH] md - Zero out some kmalloced space in md driver
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.
Showing
Please register or sign in to comment