Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235066
b: refs/heads/master
c: 7e32d02
h: refs/heads/master
v: v3
  • Loading branch information
Steven Whitehouse committed Mar 15, 2011
1 parent 2d7ffea commit bef3e92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6c474f7bc1ef70bc05ce486e7e7e524124122de8
refs/heads/master: 7e32d02613a72a39ba01638337c609a9a866c653
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/glock.c
Original file line number Diff line number Diff line change
Expand Up @@ -1723,7 +1723,7 @@ static inline struct gfs2_glock *glock_hash_chain(unsigned hash)

static inline struct gfs2_glock *glock_hash_next(struct gfs2_glock *gl)
{
return hlist_bl_entry(rcu_dereference_raw(gl->gl_list.next),
return hlist_bl_entry(rcu_dereference(gl->gl_list.next),
struct gfs2_glock, gl_list);
}

Expand Down

0 comments on commit bef3e92

Please sign in to comment.