commit | 05cfb614ddbf3181540ce09d44d96486f8ba8d6a | [log] [tgz] |
---|---|---|
author | Roman Zippel <zippel@linux-m68k.org> | Sun Mar 26 01:38:12 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Mar 26 08:57:03 2006 -0800 |
tree | aafed98638557a4643141d906fbb2406f0764a94 | |
parent | df869b630d9d9131c10cf073fb61646048874b2f [diff] |
[PATCH] hrtimers: remove data field The nanosleep cleanup allows to remove the data field of hrtimer. The callback function can use container_of() to get it's own data. Since the hrtimer structure is anyway embedded in other structures, this adds no overhead. Signed-off-by: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>