Re: [Xen-devel] [PATCH v2 06/11] xen: credit2: make the code less experimental

2016-07-18 Thread George Dunlap
On 15/07/16 15:49, Dario Faggioli wrote: > Mainly, almost all of the BUG_ON-s can be converted into > ASSERTS, and almost all the debug printk can either be > removed or turned into tracing. > > The 'TODO' list, in a comment at the beginning of the file, > was also stale, so remove items that were

[Xen-devel] [PATCH v2 06/11] xen: credit2: make the code less experimental

2016-07-15 Thread Dario Faggioli
Mainly, almost all of the BUG_ON-s can be converted into ASSERTS, and almost all the debug printk can either be removed or turned into tracing. The 'TODO' list, in a comment at the beginning of the file, was also stale, so remove items that were still there but are actually done. Signed-off-by: D