worker: Make worker_request_iovec() verify that it is not being reentered.
authorBen Pfaff <blp@nicira.com>
Fri, 11 Jan 2013 01:16:01 +0000 (17:16 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 11 Jan 2013 18:37:58 +0000 (10:37 -0800)
This function cannot easily be reentrant because the inner call would
interrupt and corrupt the data being sent by the outer call.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Kyle Mestery <kmestery@cisco.com>

No differences found