diff --git a/[refs] b/[refs] index 2cde7dd6b484..d4e0377df055 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6c474f7bc1ef70bc05ce486e7e7e524124122de8 +refs/heads/master: 7e32d02613a72a39ba01638337c609a9a866c653 diff --git a/trunk/fs/gfs2/glock.c b/trunk/fs/gfs2/glock.c index 8648409be451..85044b418249 100644 --- a/trunk/fs/gfs2/glock.c +++ b/trunk/fs/gfs2/glock.c @@ -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); }