[ovs-git] Open vSwitch: worker: Remove unreachable statement. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Jan 11 18:39:57 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  c1988c0032397c082e4e3b44dc45c59cc7603d0f (commit)
       via  f3b1ab6f9deb6abe71e3b4042a73622bf222ae6f (commit)
       via  0857cc59286606da5883291118482e8f5a4c19ed (commit)
      from  df7a5a97f07783cddad373ea69cbab1a0876e426 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c1988c0032397c082e4e3b44dc45c59cc7603d0f
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=c1988c0032397c082e4e3b44dc45c59cc7603d0f
Author: Ben Pfaff <blp at nicira.com>
		
worker: Remove unreachable statement.
		
Nothing ever breaks out of the loop, so this statement couldn't be reached.

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


commit f3b1ab6f9deb6abe71e3b4042a73622bf222ae6f
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=f3b1ab6f9deb6abe71e3b4042a73622bf222ae6f
Author: Ben Pfaff <blp at nicira.com>
		
socket-util: Use CONST_CAST in send_iovec_and_fs().
		
Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Kyle Mestery <kmestery at cisco.com>


commit 0857cc59286606da5883291118482e8f5a4c19ed
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=0857cc59286606da5883291118482e8f5a4c19ed
Author: Ben Pfaff <blp at nicira.com>
		
worker: Make worker_request_iovec() verify that it is not being reentered.
		
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 at nicira.com>
Acked-by: Kyle Mestery <kmestery at cisco.com>


-----------------------------------------------------------------------

Summary of changes:
 lib/socket-util.c |    2 +-
 lib/worker.c      |    7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list