From: Nishanth Aravamudan Date: Thu, 23 Jun 2005 05:11:44 +0000 (-0700) Subject: [ATALK] aarp: replace schedule_timeout() with msleep() X-Git-Tag: v2.6.13-rc1~68^2~534^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=285b3afefacff14bc98e5754b8b48a0a2b42f0df;p=pandora-kernel.git [ATALK] aarp: replace schedule_timeout() with msleep() From: Nishanth Aravamudan Use msleep() instead of schedule_timeout() to guarantee the task delays as expected. The current code is not wrong, but it does not account for early return due to signals, so I think msleep() should be appropriate. Signed-off-by: Nishanth Aravamudan Signed-off-by: Domen Puncer Signed-off-by: David S. Miller --- Reading git-diff-tree failed