]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] hrtimers: remove data field
authorRoman Zippel <zippel@linux-m68k.org>
Sun, 26 Mar 2006 09:38:12 +0000 (01:38 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 26 Mar 2006 16:57:03 +0000 (08:57 -0800)
commitebaacba9efa0f91ad9ec1b30123d5296cac5c136
treeaafed98638557a4643141d906fbb2406f0764a94
parentf156398437f8d93a9afe5c9cd950de33495869b9
[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>
fs/exec.c
include/linux/hrtimer.h
include/linux/sched.h
include/linux/timer.h
kernel/fork.c
kernel/hrtimer.c
kernel/itimer.c
kernel/posix-timers.c