aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/incore.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/incore.h')
-rw-r--r--fs/gfs2/incore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h
index 61849607211f..9f5d98ff823a 100644
--- a/fs/gfs2/incore.h
+++ b/fs/gfs2/incore.h
@@ -187,7 +187,7 @@ struct gfs2_glock {
187 struct gfs2_holder *gl_req_gh; 187 struct gfs2_holder *gl_req_gh;
188 gfs2_glop_bh_t gl_req_bh; 188 gfs2_glop_bh_t gl_req_bh;
189 189
190 lm_lock_t *gl_lock; 190 void *gl_lock;
191 char *gl_lvb; 191 char *gl_lvb;
192 atomic_t gl_lvb_count; 192 atomic_t gl_lvb_count;
193 193