Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43291
b: refs/heads/master
c: ab92303
h: refs/heads/master
i:
  43289: 765b348
  43287: 6a3be6c
v: v3
  • Loading branch information
Steven Whitehouse committed Nov 30, 2006
1 parent 30a7eed commit 2e5afef
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b98c95af01c10827e3443157651eb469071391a3
refs/heads/master: ab923031ceb95ec50ef33ccadf28663c660aa94c
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/glock.c
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ static void handle_callback(struct gfs2_glock *gl, unsigned int state)
} else {
spin_unlock(&gl->gl_spin);

new_gh = gfs2_holder_get(gl, state, LM_FLAG_TRY, GFP_KERNEL);
new_gh = gfs2_holder_get(gl, state, LM_FLAG_TRY, GFP_NOFS);
if (!new_gh)
return;
set_bit(HIF_DEMOTE, &new_gh->gh_iflags);
Expand Down

0 comments on commit 2e5afef

Please sign in to comment.