Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d043e190 authored by Steven Whitehouse's avatar Steven Whitehouse
Browse files

[GFS2] Fix typo in glock.c



This is a one letter typo fix in glock.c, spotted by Rob Kenna.

Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent ddfe0627
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -482,7 +482,7 @@ static int rq_mutex(struct gfs2_holder *gh)
	list_del_init(&gh->gh_list);
	list_del_init(&gh->gh_list);
	/*  gh->gh_error never examined.  */
	/*  gh->gh_error never examined.  */
	set_bit(GLF_LOCK, &gl->gl_flags);
	set_bit(GLF_LOCK, &gl->gl_flags);
	clear_bit(HIF_WAIT, &gh->gh_flags);
	clear_bit(HIF_WAIT, &gh->gh_iflags);
	smp_mb();
	smp_mb();
	wake_up_bit(&gh->gh_iflags, HIF_WAIT);
	wake_up_bit(&gh->gh_iflags, HIF_WAIT);