Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55146
b: refs/heads/master
c: 3a02ee1
h: refs/heads/master
v: v3
  • Loading branch information
Utako Kusaka authored and Tim Shimmin committed May 8, 2007
1 parent 3a40f7e commit 9389506
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e6a0e9cdff79e1406e5653f759aaf9f59b7ce4c8
refs/heads/master: 3a02ee1828915d6540b415a160344775e2a4f918
3 changes: 1 addition & 2 deletions trunk/fs/xfs/xfs_log_recover.c
Original file line number Diff line number Diff line change
Expand Up @@ -3884,8 +3884,7 @@ xlog_recover(
* under the vfs layer, so we can get away with it unless
* the device itself is read-only, in which case we fail.
*/
if ((error = xfs_dev_is_read_only(log->l_mp,
"recovery required"))) {
if ((error = xfs_dev_is_read_only(log->l_mp, "recovery"))) {
return error;
}

Expand Down

0 comments on commit 9389506

Please sign in to comment.