Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349166
b: refs/heads/master
c: f276795
h: refs/heads/master
v: v3
  • Loading branch information
Zach Brown authored and Josef Bacik committed Jan 14, 2013
1 parent 8330d1d commit a31aae8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f9e4fb53938de5db01950c9dfe479703b2f5c964
refs/heads/master: f276795627045a3c599a60b476767861e4318c7d
1 change: 1 addition & 0 deletions trunk/fs/btrfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -3677,6 +3677,7 @@ int btrfs_cont_expand(struct inode *inode, loff_t oldsize, loff_t size)
block_end - cur_offset, 0);
if (IS_ERR(em)) {
err = PTR_ERR(em);
em = NULL;
break;
}
last_byte = min(extent_map_end(em), block_end);
Expand Down

0 comments on commit a31aae8

Please sign in to comment.