• Kent Overstreet's avatar
    bcache: Kill unaligned bvec hack · ed9c47be
    Kent Overstreet authored
    Bcache has a hack to avoid cloning the biovec if it's all full pages -
    but with immutable biovecs coming this won't be necessary anymore.
    
    For now, we remove the special case and always clone the bvec array so
    that the immutable biovec patches are simpler.
    Signed-off-by: default avatarKent Overstreet <kmo@daterainc.com>
    ed9c47be
request.c 31.5 KB