From: roy.qing.li@gmail.com
To: netdev@vger.kernel.org, steffen.klassert@secunet.com
Subject: [PATCH 2/2 net-next] xfrm: fix a unbalanced lock
Date: Fri, 1 Feb 2013 13:17:16 +0800 [thread overview]
Message-ID: <1359695836-5666-2-git-send-email-roy.qing.li@gmail.com> (raw)
In-Reply-To: <1359695836-5666-1-git-send-email-roy.qing.li@gmail.com>
From: Li RongQing <roy.qing.li@gmail.com>
Signed-off-by: Li RongQing <roy.qing.li@gmail.com>
---
net/xfrm/xfrm_output.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/xfrm/xfrm_output.c b/net/xfrm/xfrm_output.c
index 2c5aa8d..e894ac6 100644
--- 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);
--
1.7.10.4
next prev parent reply other threads:[~2013-02-01 5:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-01 5:17 [PATCH 1/2 net-next] xfrm: count esp/ah header to lifetime roy.qing.li
2013-02-01 5:17 ` roy.qing.li [this message]
2013-02-04 8:12 ` [PATCH 2/2 net-next] xfrm: fix a unbalanced lock Steffen Klassert
2013-02-01 10:18 ` [PATCH 1/2 net-next] xfrm: count esp/ah header to lifetime Steffen Klassert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1359695836-5666-2-git-send-email-roy.qing.li@gmail.com \
--to=roy.qing.li@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=steffen.klassert@secunet.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).