CVSROOT:        /cvs/cluster
Module name:    cluster
Changes by:     [EMAIL PROTECTED]       2008-01-28 06:40:25

Modified files:
        gfs-kernel/src/gfs: glock.c 

Log message:
        Remove unused variable

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/glock.c.diff?cvsroot=cluster&r1=1.36&r2=1.37

--- cluster/gfs-kernel/src/gfs/glock.c  2008/01/24 20:42:00     1.36
+++ cluster/gfs-kernel/src/gfs/glock.c  2008/01/28 06:40:25     1.37
@@ -1617,7 +1617,6 @@
        struct gfs_glock *gl = gh->gh_gl;
        struct gfs_sbd *sdp = gl->gl_sbd;
        struct gfs_glock_operations *glops = gl->gl_ops;
-       struct list_head *pos;
 
        atomic_inc(&gl->gl_sbd->sd_glock_dq_calls);
 

Reply via email to