From 9263735b33b8ac1f9ef8f16060735bb7e7b006ab Mon Sep 17 00:00:00 2001 From: oetiker Date: Sat, 21 Mar 2009 10:44:46 +0000 Subject: [PATCH] removed more rrd_flush instances git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3/program@1763 a5681a0c-68f1-0310-ab6d-d61299d08faa --- src/rrd_hw.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/rrd_hw.c b/src/rrd_hw.c index c9a5b1f..cc6f3e1 100644 --- a/src/rrd_hw.c +++ b/src/rrd_hw.c @@ -272,7 +272,6 @@ int apply_smoother( baseline[j]; } /* flush cdp to disk */ - rrd_flush(rrd_file); if (rrd_seek(rrd_file, sizeof(stat_head_t) + rrd->stat_head->ds_cnt * sizeof(ds_def_t) + rrd->stat_head->rra_cnt * sizeof(rra_def_t) + @@ -295,7 +294,6 @@ int apply_smoother( /* endif CF_SEASONAL */ /* flush updated values to disk */ - rrd_flush(rrd_file); if (rrd_seek(rrd_file, rra_start, SEEK_SET)) { rrd_set_error("apply_smoother: seek to pos %d failed", rra_start); free(rrd_values); @@ -310,7 +308,6 @@ int apply_smoother( return -1; } - rrd_flush(rrd_file); free(rrd_values); free(baseline); return 0; -- 2.30.2