From: Arnaldo Carvalho de Melo <a...@kernel.org> Date: Wed, 1 Mar 2017 16:35:08 -0300
> From: Arnaldo Carvalho de Melo <a...@redhat.com> > > When handling problems in cloning a socket with the sk_clone_locked() > function we need to perform several steps that were open coded in it and > its callers, so introduce a routine to avoid this duplication: > sk_free_unlock_clone(). > > Cc: Cong Wang <xiyou.wangc...@gmail.com> > Cc: Dmitry Vyukov <dvyu...@google.com> > Cc: Eric Dumazet <eduma...@google.com> > Cc: Gerrit Renker <ger...@erg.abdn.ac.uk> > Cc: Thomas Gleixner <t...@linutronix.de> > Link: http://lkml.kernel.org/n/net-ui6laqkotycunhtmqryl9...@git.kernel.org > Signed-off-by: Arnaldo Carvalho de Melo <a...@redhat.com> Applied.