• Russell King's avatar
    [MMC] Use scatter-gather lists rather than walking the BIOs · f2e5c096
    Russell King authored
    Bartlomiej Zolnierkiewicz wanted to remove the "cbio" structure
    from struct request.  Unfortunately, MMC was using the same
    "workaround" as IDE to walk the BIO list.  With this change, we
    stop using "cbio" and instead use proper scatter-gather lists.
    f2e5c096
mmci.c 14.3 KB