Re: [PATCH][v2] time: Introduce jiffies64_to_msecs()

2019-03-08 Thread John Stultz
On Fri, Mar 8, 2019 at 7:55 AM Pablo Neira Ayuso wrote: > > On Thu, Feb 28, 2019 at 01:13:26PM +0800, Li RongQing wrote: > > there is a similar helper in net/netfilter/nf_tables_api.c, > > this maybe become a common request someday, so move it to > > time.c > > > > Signed-off-by: Zhang Yu > >

Re: [PATCH][v2] time: Introduce jiffies64_to_msecs()

2019-03-08 Thread Pablo Neira Ayuso
On Thu, Feb 28, 2019 at 01:13:26PM +0800, Li RongQing wrote: > there is a similar helper in net/netfilter/nf_tables_api.c, > this maybe become a common request someday, so move it to > time.c > > Signed-off-by: Zhang Yu > Signed-off-by: Li RongQing Acked-by: Pablo Neira Ayuso This is

[PATCH][v2] time: Introduce jiffies64_to_msecs()

2019-02-27 Thread Li RongQing
there is a similar helper in net/netfilter/nf_tables_api.c, this maybe become a common request someday, so move it to time.c Signed-off-by: Zhang Yu Signed-off-by: Li RongQing --- v1-->v2: using jiffies64_to_msecs in nf_tables_api.c include/linux/jiffies.h | 1 + kernel/time/time.c