• Andrew Morton's avatar
    [PATCH] Fix RAID1 recovery · aec6795f
    Andrew Morton authored
    From: Mike Tran <mhtran@us.ibm.com>
    
    This fixes the RAID1 recovery problems; it seems to be a simple thinko:
    sync_request_write() is passing "ok=0" into md_done_sync().  Clearly, `ok'
    should be true here.
    
    (acked by neilb)
    aec6795f
raid1.c 28.9 KB