]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
hrtimer: convert net::sched_cbq to the new hrtimer apis
authorArjan van de Ven <arjan@linux.intel.com>
Mon, 1 Sep 2008 22:00:54 +0000 (15:00 -0700)
committerArjan van de Ven <arjan@linux.intel.com>
Sat, 6 Sep 2008 04:35:11 +0000 (21:35 -0700)
commit23dd7bb09bd8d7efd8a602aed97b93d52f85e675
tree74cdfb4e88896e6c902acab77a6e2d2417425bd2
parent76369470b7e5f97fc1a8af83c45b9ff739b08cb6
hrtimer: convert net::sched_cbq to the new hrtimer apis

In order to be able to do range hrtimers we need to use accessor functions
to the "expire" member of the hrtimer struct.
This patch converts sched_cbq to these accessors.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
net/sched/sch_cbq.c