Re: [PATCH] codel: cast the output of MS2TIME to codel_time_t

2016-02-22 Thread Emmanuel Grumbach
On Mon, Feb 22, 2016 at 9:53 PM, David Miller wrote: > From: Emmanuel Grumbach > Date: Mon, 22 Feb 2016 13:49:47 +0200 > >> This will allow to pass the typecheck in the comparators: >> codel_time_{after,before} >> >> Signed-off-by: Emmanuel Grumbach > > I do not see any existing code where this

Re: [PATCH] codel: cast the output of MS2TIME to codel_time_t

2016-02-22 Thread David Miller
From: Emmanuel Grumbach Date: Mon, 22 Feb 2016 13:49:47 +0200 > This will allow to pass the typecheck in the comparators: > codel_time_{after,before} > > Signed-off-by: Emmanuel Grumbach I do not see any existing code where this would matter. Maybe it was not meant to be fed directly? And if

[PATCH] codel: cast the output of MS2TIME to codel_time_t

2016-02-22 Thread Emmanuel Grumbach
This will allow to pass the typecheck in the comparators: codel_time_{after,before} Signed-off-by: Emmanuel Grumbach --- include/net/codel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/net/codel.h b/include/net/codel.h index 267e702..0d92e39 100644 --- a/include/n