+3
−0
Loading
Commit 6b57ff21 ("rtnetlink: Protect link_ops by mutex.") swapped the EEXIST check with the init_srcu_struct, but didn't add cleanup of the SRCU struct we just allocated in case of error. Fixes: 6b57ff21 ("rtnetlink: Protect link_ops by mutex.") Signed-off-by:Sabrina Dubroca <sd@queasysnail.net> Reviewed-by:
Kuniyuki Iwashima <kuniyu@google.com> Link: https://patch.msgid.link/e77fe499f9a58c547b33b5212b3596dad417cec6.1774025341.git.sd@queasysnail.net Signed-off-by:
Jakub Kicinski <kuba@kernel.org>