• Neil Brown's avatar
    [PATCH] md 2 of 22 - Make device plugging work for md/raid5 · a0edc56a
    Neil Brown authored
    We embed a request_queue_t in the mddev structure and so
    have a separate one for each mddev.
    This is used for plugging (in raid5).
    
    Given this embeded request_queue_t, md_make_request no-longer
    needs to make from device number to mddev, but can map from
    the queue to the mddev instead.
    a0edc56a
md.c 88.4 KB