summaryrefslogtreecommitdiff
path: root/fs/gfs2/glock.h
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2006-09-09 18:59:27 -0400
committerSteven Whitehouse <swhiteho@redhat.com>2006-09-09 18:59:27 -0400
commit94610610f10749c0e17b4d2840ff8a7cb636c413 (patch)
tree718d81be51c29da312136d93ca62f4f8071637f0 /fs/gfs2/glock.h
parenta5e08a9ef50e8b6feb099f8e4b253df04f5ec9db (diff)
[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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/gfs2/glock.h b/fs/gfs2/glock.h
index 52b8a308635..2b2a889ee2c 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);