Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128465
b: refs/heads/master
c: 6af858b
h: refs/heads/master
i:
  128463: e1b912e
v: v3
  • Loading branch information
Yan authored and David Woodhouse committed Sep 14, 2007
1 parent 1db8c5a commit 65c58af
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d03581f4345e30db078ea8f81189e8177280bbb8
refs/heads/master: 6af858b24c0c4e91ce0b40b5dd5fdfc1fe2dda70
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ static int dirty_and_release_pages(struct btrfs_trans_handle *trans,
end_pos - start_pos, p, 0);
BUG_ON(err);
em->start = start_pos;
em->end = end_pos;
em->end = end_pos - 1;
em->block_start = EXTENT_MAP_INLINE;
em->block_end = EXTENT_MAP_INLINE;
add_extent_mapping(em_tree, em);
Expand Down

0 comments on commit 65c58af

Please sign in to comment.