Revert accidental change from r357146.

This commit is contained in:
jhb 2020-01-26 14:23:27 +00:00
parent 740be4f83e
commit 7119b7bfe6

View File

@ -1583,7 +1583,9 @@ stats_v1_blob_iter(struct statsblobv1 *sb, stats_v1_blob_itercb_t icb,
int i, j, firstvoi;
ctx.usrctx = usrctx;
ctx.flags = SB_IT_FIRST_CB;
ctx.flags |= SB_IT_FIRST_CB;
ctx.flags &= ~(SB_IT_FIRST_VOI | SB_IT_LAST_VOI | SB_IT_FIRST_VOISTAT |
SB_IT_LAST_VOISTAT);
firstvoi = 1;
for (i = 0; i < NVOIS(sb); i++) {