Re: Re: [PATCH V2 2/4] irqtop: add max iteration support
zhenwei pi <[email protected]>
| Newsgroups | org.kernel.vger.util-linux |
|---|---|
| Message-ID | <[email protected]> |
>>
>> If ctl->iter is initialized as int64_max, then we have codes like:
>>
>> if (--ctl->iter == 0) {
>> ctl->request_exit = 1;
>> }
>
> Yes they are exactly same.
> As Karel has queued for CI test, maybe keep current code?
>
> Thanks,
> Joe
Fine.