aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2007-01-23 16:56:36 -0500
committerSteven Whitehouse <swhiteho@redhat.com>2007-02-05 13:37:41 -0500
commitd043e1900c97f7282b71844c8530279913b6ec5a (patch)
tree00880047322a93a17fd352abe821e3c78446911b /fs
parent[GFS2] use CURRENT_TIME_SEC instead of get_seconds in gfs2 (diff)
downloadlinux-dev-d043e1900c97f7282b71844c8530279913b6ec5a.tar.xz
linux-dev-d043e1900c97f7282b71844c8530279913b6ec5a.zip
[GFS2] Fix typo in glock.c
This is a one letter typo fix in glock.c, spotted by Rob Kenna. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs')
-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)
list_del_init(&gh->gh_list);
/* gh->gh_error never examined. */
set_bit(GLF_LOCK, &gl->gl_flags);
- clear_bit(HIF_WAIT, &gh->gh_flags);
+ clear_bit(HIF_WAIT, &gh->gh_iflags);
smp_mb();
wake_up_bit(&gh->gh_iflags, HIF_WAIT);