[PATCH] posix-cpu-timers: fix overrun reporting
authorRoland McGrath <roland@redhat.com>
Sun, 30 Oct 2005 23:03:13 +0000 (15:03 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 31 Oct 2005 01:37:27 +0000 (17:37 -0800)
commit708f430dcc50787d1c0b5c31962a5ff0dd8e35eb
tree5c37085047a9c83555607e8811423da4dd3ed4ed
parenta241ec65aeac3d69a08a7b153cccbdb7ea35063f
[PATCH] posix-cpu-timers: fix overrun reporting

This change corrects an omission in posix_cpu_timer_schedule, so that it
correctly propagates the overrun calculation to where it will get reported
to the user.

Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/posix-cpu-timers.c