From: Sasha Levin Date: Thu, 13 Aug 2015 18:03:16 +0000 (-0400) Subject: net: allow sleeping when modifying store_rps_map X-Git-Tag: omap-for-v4.3/fixes-rc1~110^2~167 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da65ad1fe399d77234a4caa50008c6b87f1fe401;p=pandora-kernel.git net: allow sleeping when modifying store_rps_map Commit 10e4ea751 ("net: Fix race condition in store_rps_map") has moved the manipulation of the rps_needed jump label under a spinlock. Since changing the state of a jump label may sleep this is incorrect and causes warnings during runtime. Make rps_map_lock a mutex to allow sleeping under it. Fixes: 10e4ea751 ("net: Fix race condition in store_rps_map") Signed-off-by: Sasha Levin Acked-by: Tom Herbert Signed-off-by: David S. Miller --- Reading git-diff-tree failed