commit | 799b64de256ea68fbb5db63bb55f61c305870643 | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Mon Sep 01 15:27:58 2008 -0700 |
committer | Arjan van de Ven <arjan@linux.intel.com> | Fri Sep 05 21:35:25 2008 -0700 |
tree | 3ef586f3eadd42e7a5bd111a8b05667ec3086724 | |
parent | 5c73a7d0411999e3cb3c6d64225450813738ae25 [diff] |
hrtimer: rename the "expires" struct member to avoid accidental usage To catch code that still touches the "expires" memory directly, rename it to have the compiler complain rather than get nasty, hard to explain, runtime behavior Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>