• Neil Brown's avatar
    [PATCH] md: Get rid of vmalloc/vfree from raid0 · 26502e95
    Neil Brown authored
    raid0 currently uses vmalloc instead of kmalloc.  This patch
    changes to kmalloc.
    There is one allocation that can occasionally be very large - the hash_table.
    A subsequent patch will address this issue.
    26502e95
raid0.c 11.4 KB