Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253815
b: refs/heads/master
c: 3ed4498
h: refs/heads/master
i:
  253813: d7eb6fa
  253811: a681b40
  253807: dda7050
v: v3
  • Loading branch information
David Sterba authored and Chris Mason committed Jun 17, 2011
1 parent 0331346 commit bc411f3
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: e038dca803423bb7a3fa9a162b7dcc225efe9bf9
refs/heads/master: 3ed4498caf381a73d6259d3ffacc914b17a507ec
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/tree-log.c
Original file line number Diff line number Diff line change
Expand Up @@ -3177,7 +3177,7 @@ int btrfs_recover_log_trees(struct btrfs_root *log_root_tree)
tmp_key.offset = (u64)-1;

wc.replay_dest = btrfs_read_fs_root_no_name(fs_info, &tmp_key);
BUG_ON(!wc.replay_dest);
BUG_ON(IS_ERR_OR_NULL(wc.replay_dest));

wc.replay_dest->log_root = log;
btrfs_record_root_in_trans(trans, wc.replay_dest);
Expand Down

0 comments on commit bc411f3

Please sign in to comment.