aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glock.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/glock.c')
-rw-r--r--fs/gfs2/glock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/glock.c b/fs/gfs2/glock.c
index f68582ddaa5c..c070ede531c5 100644
--- a/fs/gfs2/glock.c
+++ b/fs/gfs2/glock.c
@@ -482,7 +482,7 @@ static int rq_mutex(struct gfs2_holder *gh)
482 list_del_init(&gh->gh_list); 482 list_del_init(&gh->gh_list);
483 /* gh->gh_error never examined. */ 483 /* gh->gh_error never examined. */
484 set_bit(GLF_LOCK, &gl->gl_flags); 484 set_bit(GLF_LOCK, &gl->gl_flags);
485 clear_bit(HIF_WAIT, &gh->gh_flags); 485 clear_bit(HIF_WAIT, &gh->gh_iflags);
486 smp_mb(); 486 smp_mb();
487 wake_up_bit(&gh->gh_iflags, HIF_WAIT); 487 wake_up_bit(&gh->gh_iflags, HIF_WAIT);
488 488