diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2007-01-23 16:56:36 -0500 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2007-02-05 13:37:41 -0500 |
commit | d043e1900c97f7282b71844c8530279913b6ec5a (patch) | |
tree | 00880047322a93a17fd352abe821e3c78446911b /fs/gfs2 | |
parent | ddfe0627838ca0c0e8babb0dd2bd7f4b35e25bff (diff) |
[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/gfs2')
-rw-r--r-- | fs/gfs2/glock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/glock.c b/fs/gfs2/glock.c index f68582ddaa5..c070ede531c 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); |