commit | a9fc25108995f1f59ee30026818d7ec2bb016fbe | [log] [tgz] |
---|---|---|
author | Nishanth Aravamudan <nacc@us.ibm.com> | Sun May 01 23:34:57 2005 -0700 |
committer | Jeff Garzik <jgarzik@pobox.com> | Sun Jun 26 18:30:15 2005 -0400 |
tree | 61aa2e5b01d749321dc1317ed2a734a0bcf009bf | |
parent | 6835d09ad286db5df472dc91aae0a69128e7258b [diff] |
[PATCH] net/slip: replace schedule_timeout() with msleep_interruptible() Use msleep_interruptible() instead of schedule_timeout() to guarantee the task delays as expected.