• N
    md/raid5: add simple plugging infrastructure. · 2ac87401
    NeilBrown 提交于
    md/raid5 uses the plugging infrastructure provided by the block layer
    and 'struct request_queue'.  However when we plug raid5 under dm there
    is no request queue so we cannot use that.
    
    So create a similar infrastructure that is much lighter weight and use
    it for raid5.
    Signed-off-by: NNeilBrown <neilb@suse.de>
    2ac87401
raid5.c 168.2 KB