Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211632
b: refs/heads/master
c: d0795f9
h: refs/heads/master
v: v3
  • Loading branch information
Steven Whitehouse committed Sep 27, 2010
1 parent a01ca05 commit aa1b559
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: c80dbb58f9c3f84372e37dfe80b41810052ad62f
refs/heads/master: d0795f912318f65b800c6b619d749c3bf7c930fb
3 changes: 2 additions & 1 deletion trunk/fs/gfs2/recovery.c
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,8 @@ void gfs2_recover_func(struct work_struct *work)
unsigned int pass;
int error;

if (jd->jd_jid != sdp->sd_lockstruct.ls_jid) {
if (sdp->sd_args.ar_spectator ||
(jd->jd_jid != sdp->sd_lockstruct.ls_jid)) {
fs_info(sdp, "jid=%u: Trying to acquire journal lock...\n",
jd->jd_jid);

Expand Down

0 comments on commit aa1b559

Please sign in to comment.