]> git.neil.brown.name Git - history.git/commit
[IPVS]: Replace schedule_timeout() with ssleep()
authorNishanth Aravamudan <nacc@us.ibm.com>
Tue, 8 Feb 2005 12:04:08 +0000 (04:04 -0800)
committerDavid S. Miller <davem@kernel.bkbits.net>
Tue, 8 Feb 2005 12:04:08 +0000 (04:04 -0800)
commitf8afb60c7537130448cc479d6d8dc9bf4ee06027
treebf3b4785b683c3d4339261ec45ca1500d5ae8302
parent3b3ed7823cd33cc1ebdee3f8c47e6e7169e7fb6c
[IPVS]: Replace schedule_timeout() with ssleep()

Description: Use ssleep() instead of schedule_timeout() to guarantee the task
delays as expected. The first two replacements use TASK_INTERRUPTIBLE but do not
check for signals, so ssleep() should be appropriate.

Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ipvs/ip_vs_sync.c