On 14/11/16(Mon) 14:29, David Gwynne wrote:
> its as close to the ipstat change as i can make it.
> 
> ok?
 
[...]

> @@ -142,6 +143,7 @@ void      udp_notify(struct inpcb *, int);
>  void
>  udp_init(void)
>  {
> +     udpcounters = counters_alloc(udps_ncounters, M_COUNTERS);

No need to pass M_COUNTERS to counter_alloc(), it's repetitive :)

Other than that ok mpi@

Reply via email to