Re: [Cluster-devel] [DLM PATCH 4/6] DLM: Eliminate useless goto

2016-02-11 Thread Andreas Gruenbacher
On Wed, Feb 10, 2016 at 7:55 PM, Bob Peterson wrote: > This patch simply removes a goto from function sctp_listen_for_all. > The end result is the same, but makes the code more readable. > > Signed-off-by: Bob Peterson > --- > fs/dlm/lowcomms.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deleti

[Cluster-devel] [DLM PATCH 4/6] DLM: Eliminate useless goto

2016-02-10 Thread Bob Peterson
This patch simply removes a goto from function sctp_listen_for_all. The end result is the same, but makes the code more readable. Signed-off-by: Bob Peterson --- fs/dlm/lowcomms.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fs/dlm/lowcomms.c b/fs/dlm/lowcomms.c index 3b