• Marek Vasut's avatar
    fs: btrfs: Fix cache alignment bugs · c9795396
    Marek Vasut authored
    
    
    The btrfs implementation passes cache-unaligned buffers into the
    block layer, which triggers cache alignment problems down in the
    block device drivers. Align the buffers to prevent this.
    
    Signed-off-by: default avatarMarek Vasut <marex@denx.de>
    Cc: Marek Behun <marek.behun@nic.cz>
    c9795396