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 afa8bfea5647..aea160690e94 100644 --- a/fs/gfs2/glock.h +++ b/fs/gfs2/glock.h | |||
@@ -230,7 +230,7 @@ extern void gfs2_gl_hash_clear(struct gfs2_sbd *sdp); | |||
230 | extern void gfs2_glock_finish_truncate(struct gfs2_inode *ip); | 230 | extern void gfs2_glock_finish_truncate(struct gfs2_inode *ip); |
231 | extern void gfs2_glock_thaw(struct gfs2_sbd *sdp); | 231 | extern void gfs2_glock_thaw(struct gfs2_sbd *sdp); |
232 | extern void gfs2_glock_schedule_for_reclaim(struct gfs2_glock *gl); | 232 | extern void gfs2_glock_schedule_for_reclaim(struct gfs2_glock *gl); |
233 | extern void gfs2_glock_free(struct rcu_head *rcu); | 233 | extern void gfs2_glock_free(struct gfs2_glock *gl); |
234 | 234 | ||
235 | extern int __init gfs2_glock_init(void); | 235 | extern int __init gfs2_glock_init(void); |
236 | extern void gfs2_glock_exit(void); | 236 | extern void gfs2_glock_exit(void); |