From: Nishanth Aravamudan Date: Mon, 2 May 2005 06:34:57 +0000 (-0700) Subject: [PATCH] net/slip: replace schedule_timeout() with msleep_interruptible() X-Git-Tag: v2.6.13-rc1~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9fc25108995f1f59ee30026818d7ec2bb016fbe;p=pandora-kernel.git [PATCH] net/slip: replace schedule_timeout() with msleep_interruptible() Use msleep_interruptible() instead of schedule_timeout() to guarantee the task delays as expected. --- Reading git-diff-tree failed