From: Sven Wegener Date: Sun, 10 Aug 2008 09:14:05 +0000 (+0000) Subject: ipvs: Fix possible deadlock in sync code X-Git-Tag: v2.6.27-rc4~103^2~43^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc0fde2fad007a81ecffceb25a893a6c3f1ed767;p=pandora-kernel.git ipvs: Fix possible deadlock in sync code Commit 998e7a76804b7a273a0460c2cdd5a51fa9856717 ("ipvs: Use kthread_run() instead of doing a double-fork via kernel_thread()") introduced a possible deadlock in the sync code. We need to use the _bh versions for the lock, as the lock is also accessed from a bottom half. Signed-off-by: Sven Wegener Acked-by: Simon Horman --- Reading git-diff-tree failed