• Andrew Morton's avatar
    [PATCH] loop: copy bio not data · be6c54d9
    Andrew Morton authored
    From: Hugh Dickins <hugh@veritas.com>
    
    Remove copy flag and code from loop_copy_bio: wasn't used when reading, and
    waste of time when writing - the loop transfer function does that.  And
    don't initialize bio fields immediately reinitialized by caller.
    be6c54d9
loop.c 29.1 KB