Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361355
b: refs/heads/master
c: 492104c
h: refs/heads/master
i:
  361353: a5a44e3
  361351: d3765ef
v: v3
  • Loading branch information
Josef Bacik authored and Chris Mason committed Mar 14, 2013
1 parent a5a3e88 commit 3ce7436
Show file tree
Hide file tree
Showing 2 changed files with 5 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: bc178622d40d87e75abc131007342429c9b03351
refs/heads/master: 492104c866cb1b62a11393adccb477f5cd2c7768
5 changes: 4 additions & 1 deletion trunk/fs/btrfs/extent-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -1467,8 +1467,11 @@ int lookup_inline_extent_backref(struct btrfs_trans_handle *trans,
if (ret && !insert) {
err = -ENOENT;
goto out;
} else if (ret) {
err = -EIO;
WARN_ON(1);
goto out;
}
BUG_ON(ret); /* Corruption */

leaf = path->nodes[0];
item_size = btrfs_item_size_nr(leaf, path->slots[0]);
Expand Down

0 comments on commit 3ce7436

Please sign in to comment.