git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
777362d
)
sunvnet: Add missing rcu_read_unlock() in vnet_start_xmit
author
Sowmini Varadhan
<sowmini.varadhan@oracle.com>
Sun, 9 Nov 2014 01:42:20 +0000
(20:42 -0500)
committer
David S. Miller
<davem@davemloft.net>
Tue, 11 Nov 2014 02:05:36 +0000
(21:05 -0500)
The out_dropped label will only do rcu_read_unlock for non-null port.
So add the missing rcu_read_unlock() when bailing due to non-null port.
Signed-off-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found