[ovs-git] Open vSwitch: netdev-vport: Drop extra parentheses around "vxlan". (master)

dev at openvswitch.org dev at openvswitch.org
Thu Dec 6 19:30:54 UTC 2012


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  523284fcdd710ff123ff866f8db57c06cf3594d8 (commit)
       via  df80d44d9ef1a586565c9e91bf43ab28002e1a7d (commit)
      from  79f827fa8be86099eb1523a51acc5dd1a5901505 (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 523284fcdd710ff123ff866f8db57c06cf3594d8
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=523284fcdd710ff123ff866f8db57c06cf3594d8
Author: Jesse Gross <jesse at nicira.com>
		
netdev-vport: Drop extra parentheses around "vxlan".
		
Cc: Kyle Mestery <kmestery at cisco.com>
Signed-off-by: Jesse Gross <jesse at nicira.com>


commit df80d44d9ef1a586565c9e91bf43ab28002e1a7d
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=df80d44d9ef1a586565c9e91bf43ab28002e1a7d
Author: Jesse Gross <jesse at nicira.com>
		
vxlan: Use sk_release_kernel() instead of sock_release().
		
A socket that is created using sock_create_kern() and then switched
to a namespace using sk_change_net() should be released using
sk_release_kernel() instead of sock_release().  This is because
sk_change_net() has already released a reference to the namespace
and we shouldn't try to release it again later.

Cc: Kyle Mestery <kmestery at cisco.com>
Signed-off-by: Jesse Gross <jesse at nicira.com>
Acked-by: Kyle Mestery <kmestery at cisco.com>


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

Summary of changes:
 datapath/vport-vxlan.c |    4 ++--
 lib/netdev-vport.c     |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list