[PATCH] md: Silence a warning in md.c
->major_name is "const char *" so we need to sprintf into the kmalloced space *before* assigning that space to ->major_name.
Showing
Please register or sign in to comment
->major_name is "const char *" so we need to sprintf into the kmalloced space *before* assigning that space to ->major_name.