From: Nishanth Aravamudan Date: Sat, 10 Sep 2005 07:27:14 +0000 (-0700) Subject: [PATCH] janitor: block/xd: replace schedule_timeout() with msleep()/msleep_interrupti... X-Git-Tag: v2.6.14-rc1~167 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6a2f3404a3b09281a264058fa8dd318bac51178;p=pandora-kernel.git [PATCH] janitor: block/xd: replace schedule_timeout() with msleep()/msleep_interruptible() Use msleep() or msleep_interruptible() [as appropriate] instead of schedule_timeout() to gurantee the task delays as expected. As a result changed the units of the timeout variable from jiffies to msecs. Signed-off-by: Nishanth Aravamudan Signed-off-by: Maximilian Attems Signed-off-by: Domen Puncer Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed