Revert accidental change from r357146.
This commit is contained in:
parent
740be4f83e
commit
7119b7bfe6
@ -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++) {
|
||||
|
Loading…
Reference in New Issue
Block a user