diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-10 02:59:27 +0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-10 02:59:27 +0400 |
commit | 94610610f10749c0e17b4d2840ff8a7cb636c413 (patch) | |
tree | 718d81be51c29da312136d93ca62f4f8071637f0 /fs/gfs2/glock.h | |
parent | a5e08a9ef50e8b6feb099f8e4b253df04f5ec9db (diff) | |
download | linux-94610610f10749c0e17b4d2840ff8a7cb636c413.tar.xz |
[GFS2] Remove unused function from glock.c
The callback for iopen locks is unused, so this removes
it.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/glock.h')
-rw-r--r-- | fs/gfs2/glock.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/gfs2/glock.h b/fs/gfs2/glock.h index 52b8a308635a..2b2a889ee2cc 100644 --- a/fs/gfs2/glock.h +++ b/fs/gfs2/glock.h @@ -142,8 +142,6 @@ void gfs2_lvb_unhold(struct gfs2_glock *gl); void gfs2_glock_cb(void *cb_data, unsigned int type, void *data); -void gfs2_iopen_go_callback(struct gfs2_glock *gl, unsigned int state); - void gfs2_glock_schedule_for_reclaim(struct gfs2_glock *gl); void gfs2_reclaim_glock(struct gfs2_sbd *sdp); |