projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e50f84
)
xfrm: fix a unbalanced lock
author
Li RongQing
<roy.qing.li@gmail.com>
Fri, 1 Feb 2013 05:17:16 +0000
(13:17 +0800)
committer
Steffen Klassert
<steffen.klassert@secunet.com>
Fri, 1 Feb 2013 09:33:40 +0000
(10:33 +0100)
Signed-off-by: Li RongQing <roy.qing.li@gmail.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
net/xfrm/xfrm_output.c
patch
|
blob
|
history
diff --git
a/net/xfrm/xfrm_output.c
b/net/xfrm/xfrm_output.c
index
3670526
..
bcfda89
100644
(file)
--- a/
net/xfrm/xfrm_output.c
+++ b/
net/xfrm/xfrm_output.c
@@
-64,7
+64,7
@@
static int xfrm_output_one(struct sk_buff *skb, int err)
if (unlikely(x->km.state != XFRM_STATE_VALID)) {
XFRM_INC_STATS(net, LINUX_MIB_XFRMOUTSTATEINVALID);
- goto error
_nolock
;
+ goto error;
}
err = xfrm_state_check_expire(x);