diff options
Diffstat (limited to 'fs/gfs2/glock.h')
-rw-r--r-- | fs/gfs2/glock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/glock.h b/fs/gfs2/glock.h index e3bf4bcd4b29..52b8a308635a 100644 --- a/fs/gfs2/glock.h +++ b/fs/gfs2/glock.h | |||
@@ -140,7 +140,7 @@ static inline int gfs2_glock_nq_init(struct gfs2_glock *gl, | |||
140 | int gfs2_lvb_hold(struct gfs2_glock *gl); | 140 | int gfs2_lvb_hold(struct gfs2_glock *gl); |
141 | void gfs2_lvb_unhold(struct gfs2_glock *gl); | 141 | void gfs2_lvb_unhold(struct gfs2_glock *gl); |
142 | 142 | ||
143 | void gfs2_glock_cb(struct gfs2_sbd *sdp, unsigned int type, void *data); | 143 | void gfs2_glock_cb(void *cb_data, unsigned int type, void *data); |
144 | 144 | ||
145 | void gfs2_iopen_go_callback(struct gfs2_glock *gl, unsigned int state); | 145 | void gfs2_iopen_go_callback(struct gfs2_glock *gl, unsigned int state); |
146 | 146 | ||