Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151224
b: refs/heads/master
c: 06c59bb
h: refs/heads/master
v: v3
  • Loading branch information
Tao Ma authored and Joel Becker committed Jun 4, 2009
1 parent e2fbbe2 commit dae9b30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: 73be192b17e43b6dc4f492dab41d70ab5b9d2908
refs/heads/master: 06c59bb896ce23c56829f6acf667faebd51dd3b8
7 changes: 1 addition & 6 deletions trunk/fs/ocfs2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1791,13 +1791,8 @@ static int ocfs2_mount_volume(struct super_block *sb)
}

status = ocfs2_truncate_log_init(osb);
if (status < 0) {
if (status < 0)
mlog_errno(status);
goto leave;
}

if (ocfs2_mount_local(osb))
goto leave;

leave:
if (unlock_super)
Expand Down

0 comments on commit dae9b30

Please sign in to comment.