Skip to content
Commit 6e3b9666 authored by Yan's avatar Yan Committed by Chris Mason
Browse files

Off by one fix for btrfs_drop_extents



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: default avatarChris Mason <chris.mason@oracle.com>
parent f6dbff55
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment