]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[GFS2] Remove unused variable
authorSteven Whitehouse <swhiteho@redhat.com>
Wed, 2 Jan 2008 10:16:56 +0000 (10:16 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 25 Jan 2008 08:16:19 +0000 (08:16 +0000)
The go_drop_th function is never called or referenced.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/incore.h

index 350b5169a9a03099f39c0ee1bff75b2338167447..745dada4085ceb09eece544d6ac94e21b1c4e0f9 100644 (file)
@@ -131,7 +131,6 @@ struct gfs2_bufdata {
 struct gfs2_glock_operations {
        void (*go_xmote_th) (struct gfs2_glock *gl);
        void (*go_xmote_bh) (struct gfs2_glock *gl);
-       void (*go_drop_th) (struct gfs2_glock *gl);
        void (*go_inval) (struct gfs2_glock *gl, int flags);
        int (*go_demote_ok) (struct gfs2_glock *gl);
        int (*go_lock) (struct gfs2_holder *gh);