]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
[GFS2] Missed deletion of debugging code
authorSteven Whitehouse <swhiteho@redhat.com>
Wed, 22 Feb 2006 16:41:45 +0000 (16:41 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Wed, 22 Feb 2006 16:41:45 +0000 (16:41 +0000)
One line which should have been deleted in the last patch
was missed.

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

index ef39fb2e72342a27bebbfe9319629e8f3093b6e9..3d792f81e48c2d61aaa26a262285aec10a9f63e3 100644 (file)
@@ -521,7 +521,6 @@ static void databuf_lo_before_commit(struct gfs2_sbd *sdp)
                if (num > limit)
                        num = limit;
                n = 0;
-               i = 0;
                list_for_each_entry_safe_continue(bd1, bdt, &sdp->sd_log_le_databuf, bd_le.le_list) {
                        /* An ordered write buffer */
                        if (bd1->bd_bh && !buffer_pinned(bd1->bd_bh)) {