Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128569
b: refs/heads/master
c: 6e3b966
h: refs/heads/master
i:
  128567: fc39053
v: v3
  • Loading branch information
Yan authored and Chris Mason committed Sep 25, 2008
1 parent c4b074a commit 826e175
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f6dbff55d77dee363c22873481db54d3bada3ea6
refs/heads/master: 6e3b96668eb34da6060a5189e6a73e9d62a3b178
3 changes: 2 additions & 1 deletion trunk/fs/btrfs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,9 @@ int btrfs_drop_extents(struct btrfs_trans_handle *trans,
search_start = (extent_end + mask) & ~mask;
} else
search_start = extent_end;
if (end < extent_end && start > key.offset && found_inline) {
if (end <= extent_end && start >= key.offset && found_inline) {
*hint_byte = EXTENT_MAP_INLINE;
continue;
}
if (end < extent_end && end >= key.offset) {
if (found_extent) {
Expand Down

0 comments on commit 826e175

Please sign in to comment.