• Y
    Off by one fix for btrfs_drop_extents · 6e3b9666
    Yan 提交于
    One of my old patches introduces a new bug to
    btrfs_drop_extents(changeset 275). Inline extents are not truncated
    properly when "extent_end == end", it can trigger the BUG_ON at
    file.c:600.  I hope I don't introduce new bug this time.
    
    ---
    Signed-off-by: NChris Mason <chris.mason@oracle.com>
    6e3b9666
file.c 22.6 KB