connmgr: Make call to connmgr_wants_packet_in_on_miss() thread safe.
authorAlex Wang <alexw@nicira.com>
Tue, 29 Jul 2014 17:50:07 +0000 (10:50 -0700)
committerAlex Wang <alexw@nicira.com>
Tue, 29 Jul 2014 21:45:30 +0000 (14:45 -0700)
connmgr_wants_packet_in_on_miss() is called by multiple threads
and thusly should be protected by the mutex.

Signed-off-by: Alex Wang <alexw@nicira.com>
Acked-by: Andy Zhou <azhou@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>

No differences found