projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddfe062
)
[GFS2] Fix typo in glock.c
author
Steven Whitehouse
<swhiteho@redhat.com>
Tue, 23 Jan 2007 21:56:36 +0000
(16:56 -0500)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Mon, 5 Feb 2007 18:37:41 +0000
(13:37 -0500)
This is a one letter typo fix in glock.c, spotted by Rob Kenna.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/glock.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/gfs2/glock.c
b/fs/gfs2/glock.c
index f68582ddaa5c1e4a19cc34322c538b634a953b63..c070ede531c559a9e56fc8a2e34a89496a0d07a9 100644
(file)
--- 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_
i
flags);
smp_mb();
wake_up_bit(&gh->gh_iflags, HIF_WAIT);