Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67645
b: refs/heads/master
c: 26caee5
h: refs/heads/master
i:
  67643: 6eeebe4
v: v3
  • Loading branch information
Josef Whiter authored and Steven Whitehouse committed Oct 10, 2007
1 parent df93089 commit dde3754
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 87124e581bfeaa5864662a435b6ee2a19e91b905
refs/heads/master: 26caee5bc643b318fa2e9bd4f66dace1755ec413
5 changes: 3 additions & 2 deletions trunk/fs/gfs2/glock.c
Original file line number Diff line number Diff line change
Expand Up @@ -697,8 +697,9 @@ static void handle_callback(struct gfs2_glock *gl, unsigned int state, int remot
}
return;
}
} else if (gl->gl_demote_state != LM_ST_UNLOCKED) {
gl->gl_demote_state = state;
} else if (gl->gl_demote_state != LM_ST_UNLOCKED &&
gl->gl_demote_state != state) {
gl->gl_demote_state = LM_ST_UNLOCKED;
}
spin_unlock(&gl->gl_spin);
}
Expand Down

0 comments on commit dde3754

Please sign in to comment.