diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-09 18:59:27 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-09 18:59:27 -0400 |
commit | 94610610f10749c0e17b4d2840ff8a7cb636c413 (patch) | |
tree | 718d81be51c29da312136d93ca62f4f8071637f0 /fs/gfs2/glops.c | |
parent | a5e08a9ef50e8b6feb099f8e4b253df04f5ec9db (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/glops.c')
-rw-r--r-- | fs/gfs2/glops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/glops.c b/fs/gfs2/glops.c index 0c50a720d01d..d3aef74ea5d4 100644 --- a/fs/gfs2/glops.c +++ b/fs/gfs2/glops.c | |||
@@ -529,7 +529,6 @@ const struct gfs2_glock_operations gfs2_trans_glops = { | |||
529 | const struct gfs2_glock_operations gfs2_iopen_glops = { | 529 | const struct gfs2_glock_operations gfs2_iopen_glops = { |
530 | .go_xmote_th = gfs2_glock_xmote_th, | 530 | .go_xmote_th = gfs2_glock_xmote_th, |
531 | .go_drop_th = gfs2_glock_drop_th, | 531 | .go_drop_th = gfs2_glock_drop_th, |
532 | .go_callback = gfs2_iopen_go_callback, | ||
533 | .go_type = LM_TYPE_IOPEN, | 532 | .go_type = LM_TYPE_IOPEN, |
534 | }; | 533 | }; |
535 | 534 | ||