Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287883
b: refs/heads/master
c: 8f24b49
h: refs/heads/master
i:
  287881: 89ddb62
  287879: 63d81ed
v: v3
  • Loading branch information
Jan Schmidt authored and David Sterba committed Feb 15, 2012
1 parent aa0c324 commit 530d758
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 941b2ddf71987ef369389517a7e215dd505fe01e
refs/heads/master: 8f24b49688281a77e8331894ed407f0cfe732303
2 changes: 2 additions & 0 deletions trunk/fs/btrfs/backref.c
Original file line number Diff line number Diff line change
Expand Up @@ -892,6 +892,8 @@ static char *iref_to_path(struct btrfs_root *fs_root, struct btrfs_path *path,
if (eb != eb_in)
free_extent_buffer(eb);
ret = inode_ref_info(parent, 0, fs_root, path, &found_key);
if (ret > 0)
ret = -ENOENT;
if (ret)
break;
next_inum = found_key.offset;
Expand Down

0 comments on commit 530d758

Please sign in to comment.