]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
pkt_sched: use ns_to_ktime() helper
authorEric Dumazet <edumazet@google.com>
Sat, 20 Oct 2012 00:40:51 +0000 (00:40 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 Oct 2012 02:21:27 +0000 (22:21 -0400)
commit46baac38ef633b08168d27df7b02eb14578fb760
tree978bf4b5f300062716c956af2d77a20d3912f3d1
parent47c1b7b95e747d216510dc2f29358b2f649cb58b
pkt_sched: use ns_to_ktime() helper

ns_to_ktime() seems better than ktime_set() + ktime_add_ns()

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_api.c
net/sched/sch_cbq.c