aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/incore.h
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2007-01-19 13:57:36 -0500
committerSteven Whitehouse <swhiteho@redhat.com>2007-02-05 13:37:17 -0500
commit6bd9c8c2fb99d1f5af6201db2f063c1d754c230a (patch)
tree836052b520674d5dd732b12a82eff8f659de880d /fs/gfs2/incore.h
parent[GFS2] Remove the "greedy" function from glock.[ch] (diff)
downloadlinux-dev-6bd9c8c2fb99d1f5af6201db2f063c1d754c230a.tar.xz
linux-dev-6bd9c8c2fb99d1f5af6201db2f063c1d754c230a.zip
[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/incore.h')
-rw-r--r--fs/gfs2/incore.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h
index dc024b18ea96..1acbcc2415ee 100644
--- a/fs/gfs2/incore.h
+++ b/fs/gfs2/incore.h
@@ -110,7 +110,6 @@ struct gfs2_glock_operations {
int (*go_demote_ok) (struct gfs2_glock *gl);
int (*go_lock) (struct gfs2_holder *gh);
void (*go_unlock) (struct gfs2_holder *gh);
- void (*go_callback) (struct gfs2_glock *gl, unsigned int state);
const int go_type;
};