From: Alex Wang Date: Tue, 29 Jul 2014 17:50:07 +0000 (-0700) Subject: connmgr: Make call to connmgr_wants_packet_in_on_miss() thread safe. X-Git-Tag: v2.3~9 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=5eba2795fc5d4e833e9827ce18f6167e382bf0e1;hp=5eba2795fc5d4e833e9827ce18f6167e382bf0e1;p=cascardo%2Fovs.git connmgr: Make call to connmgr_wants_packet_in_on_miss() thread safe. connmgr_wants_packet_in_on_miss() is called by multiple threads and thusly should be protected by the mutex. Signed-off-by: Alex Wang Acked-by: Andy Zhou Acked-by: Ethan Jackson ---