Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165141
b: refs/heads/master
c: a2f2ddb
h: refs/heads/master
i:
  165139: a296910
v: v3
  • Loading branch information
Sunil Mushran authored and Joel Becker committed Sep 23, 2009
1 parent 7d4230a commit b592a12
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: bd50873dc725a9fa72592ecc986c58805e823051
refs/heads/master: a2f2ddbf2bafdbc7e4f3bbf09439b42c8fee2747
3 changes: 2 additions & 1 deletion trunk/fs/ocfs2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -2494,7 +2494,8 @@ void __ocfs2_abort(struct super_block* sb,
/* Force a panic(). This stinks, but it's better than letting
* things continue without having a proper hard readonly
* here. */
OCFS2_SB(sb)->s_mount_opt |= OCFS2_MOUNT_ERRORS_PANIC;
if (!ocfs2_mount_local(OCFS2_SB(sb)))
OCFS2_SB(sb)->s_mount_opt |= OCFS2_MOUNT_ERRORS_PANIC;
ocfs2_handle_error(sb);
}

Expand Down

0 comments on commit b592a12

Please sign in to comment.