From: Sven Wegener Date: Wed, 16 Jul 2008 11:14:03 +0000 (+0000) Subject: ipvs: Use schedule_timeout_interruptible() instead of msleep_interruptible() X-Git-Tag: v2.6.27-rc1~969^2~109^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=375c6bbabf210ded3151481ca1ac7f730903512b;p=pandora-kernel.git ipvs: Use schedule_timeout_interruptible() instead of msleep_interruptible() So that kthread_stop() can wake up the thread and we don't have to wait one second in the worst case for the daemon to actually stop. Signed-off-by: Sven Wegener Acked-by: Simon Horman --- Reading git-diff-tree failed