diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2007-01-19 13:57:36 -0500 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2007-02-05 13:37:17 -0500 |
commit | 6bd9c8c2fb99d1f5af6201db2f063c1d754c230a (patch) | |
tree | 836052b520674d5dd732b12a82eff8f659de880d /fs/gfs2/glock.c | |
parent | e5dab552c82ce416d7be867b1e5a0fa585dcf590 (diff) |
[GFS2] Remove unused go_callback operation
This is never used, so we might as well remove it.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/glock.c')
-rw-r--r-- | fs/gfs2/glock.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/gfs2/glock.c b/fs/gfs2/glock.c index 90847e0957b..8e4b55a2bd7 100644 --- a/fs/gfs2/glock.c +++ b/fs/gfs2/glock.c @@ -1568,8 +1568,6 @@ static void blocking_cb(struct gfs2_sbd *sdp, struct lm_lockname *name, if (!gl) return; - if (gl->gl_ops->go_callback) - gl->gl_ops->go_callback(gl, state); handle_callback(gl, state); spin_lock(&gl->gl_spin); |