Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361961
b: refs/heads/master
c: d8fe29e
h: refs/heads/master
i:
  361959: 7281598
v: v3
  • Loading branch information
Josef Bacik authored and Chris Mason committed Mar 29, 2013
1 parent 4f8e938 commit cd91950
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: 82d130ff390be67d980d8b6f39e921c0b1d8d8e0
refs/heads/master: d8fe29e9dea8d7d61fd140d8779326856478fc62
3 changes: 2 additions & 1 deletion trunk/fs/btrfs/scrub.c
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,6 @@ static void scrub_print_warning(const char *errstr, struct scrub_block *sblock)
eb = path->nodes[0];
ei = btrfs_item_ptr(eb, path->slots[0], struct btrfs_extent_item);
item_size = btrfs_item_size_nr(eb, path->slots[0]);
btrfs_release_path(path);

if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) {
do {
Expand All @@ -558,7 +557,9 @@ static void scrub_print_warning(const char *errstr, struct scrub_block *sblock)
ret < 0 ? -1 : ref_level,
ret < 0 ? -1 : ref_root);
} while (ret != 1);
btrfs_release_path(path);
} else {
btrfs_release_path(path);
swarn.path = path;
swarn.dev = dev;
iterate_extent_inodes(fs_info, found_key.objectid,
Expand Down

0 comments on commit cd91950

Please sign in to comment.