From: Felix Beck Date: Fri, 24 Jul 2009 10:39:53 +0000 (+0200) Subject: [S390] zcrypt: fix scheduling of hrtimer ap_poll_timer X-Git-Tag: v2.6.31-rc5~90^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d406c6de2e67b5bae3c43b62b492c4ff63afb92;p=pandora-kernel.git [S390] zcrypt: fix scheduling of hrtimer ap_poll_timer Every time a request is enqueued or there is some work outstanding from the ap_tasklet, the ap_poll_timer is scheduled again. Unfortunately it was permanently called. It looked as if it was started in the past and thus imediately expired. This has been changed. First it is checked if the hrtimer is already expired. Then the expiring time is forwarded and the timer restarted. Signed-off-by: Felix Beck Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed