Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318840
b: refs/heads/master
c: 44c44af
h: refs/heads/master
v: v3
  • Loading branch information
Ilya Dryomov authored and Chris Mason committed Jul 23, 2012
1 parent 7467d00 commit 2abddd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: fed425c742cb1262ce90a41f2d3d211bac099533
refs/heads/master: 44c44af2f4a6dc1595f1711cf307bd01062fd129
4 changes: 2 additions & 2 deletions trunk/fs/btrfs/disk-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -2466,8 +2466,8 @@ int open_ctree(struct super_block *sb,

if (!(sb->s_flags & MS_RDONLY)) {
ret = btrfs_cleanup_fs_roots(fs_info);
if (ret) {
}
if (ret)
goto fail_trans_kthread;

ret = btrfs_recover_relocation(tree_root);
if (ret < 0) {
Expand Down

0 comments on commit 2abddd4

Please sign in to comment.