diff --git a/src/ocf_seq_cutoff.c b/src/ocf_seq_cutoff.c index 236a2c9..5d137ea 100644 --- a/src/ocf_seq_cutoff.c +++ b/src/ocf_seq_cutoff.c @@ -73,7 +73,7 @@ void ocf_core_seq_cutoff_init(ocf_core_t core) for (i = 0; i < OCF_SEQ_CUTOFF_MAX_STREAMS; i++) { stream = &core->seq_cutoff.streams[i]; - stream->last = 0; + stream->last = 4096 * i; stream->bytes = 0; stream->rw = 0; ocf_rb_tree_insert(&core->seq_cutoff.tree, &stream->node);