hrtimer: convert timerfd to the new hrtimer apis
authorArjan van de Ven <arjan@linux.intel.com>
Mon, 1 Sep 2008 22:00:14 +0000 (15:00 -0700)
committerArjan van de Ven <arjan@linux.intel.com>
Sat, 6 Sep 2008 04:35:09 +0000 (21:35 -0700)
commit76369470b7e5f97fc1a8af83c45b9ff739b08cb6
tree19075ef47c947b15485a4832489a6d186e39ac85
parentbeb20d52d03a51218827fb4a36a4b583debb03f9
hrtimer: convert timerfd 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 timerfd to these accessors.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
fs/timerfd.c