Re: [PATCH] tipc: unlock in error path

2016-02-19 Thread David Miller
From: Insu Yun Date: Wed, 17 Feb 2016 11:47:35 -0500 > tipc_bcast_unlock need to be unlocked in error path. > > Signed-off-by: Insu Yun Applied.

RE: [PATCH] tipc: unlock in error path

2016-02-18 Thread Xue, Ying
; yeongjin.j...@gatech.edu; i...@gatech.edu; chang...@gatech.edu; Insu Yun Subject: [PATCH] tipc: unlock in error path tipc_bcast_unlock need to be unlocked in error path. Signed-off-by: Insu Yun --- net/tipc/link.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/tipc/link.c b

[PATCH] tipc: unlock in error path

2016-02-17 Thread Insu Yun
tipc_bcast_unlock need to be unlocked in error path. Signed-off-by: Insu Yun --- net/tipc/link.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/tipc/link.c b/net/tipc/link.c index 0c2944f..347cdc9 100644 --- a/net/tipc/link.c +++ b/net/tipc/link.c @@ -1973,8 +1973,10