aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2006-02-22 11:41:45 -0500
committerSteven Whitehouse <swhiteho@redhat.com>2006-02-22 11:41:45 -0500
commit91ffd7db71e7451f89941a8f428b4daa2a7c1e38 (patch)
tree8771f51fc0771a10ad9669e7187bc3922af97369
parent13538b8e46022b6a3721cda097fe3e0d91f16959 (diff)
[GFS2] Missed deletion of debugging code
One line which should have been deleted in the last patch was missed. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
-rw-r--r--fs/gfs2/lops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/lops.c b/fs/gfs2/lops.c
index ef39fb2e7234..3d792f81e48c 100644
--- a/fs/gfs2/lops.c
+++ b/fs/gfs2/lops.c
@@ -521,7 +521,6 @@ static void databuf_lo_before_commit(struct gfs2_sbd *sdp)
521 if (num > limit) 521 if (num > limit)
522 num = limit; 522 num = limit;
523 n = 0; 523 n = 0;
524 i = 0;
525 list_for_each_entry_safe_continue(bd1, bdt, &sdp->sd_log_le_databuf, bd_le.le_list) { 524 list_for_each_entry_safe_continue(bd1, bdt, &sdp->sd_log_le_databuf, bd_le.le_list) {
526 /* An ordered write buffer */ 525 /* An ordered write buffer */
527 if (bd1->bd_bh && !buffer_pinned(bd1->bd_bh)) { 526 if (bd1->bd_bh && !buffer_pinned(bd1->bd_bh)) {