]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make it possible that carpdetach() unlocks on return. Then, in
authorGleb Smirnoff <glebius@FreeBSD.org>
Thu, 25 Jan 2007 18:03:40 +0000 (18:03 +0000)
committerGleb Smirnoff <glebius@FreeBSD.org>
Thu, 25 Jan 2007 18:03:40 +0000 (18:03 +0000)
commit3cf0d0248053d1c62a5227a23cb57dfe884fb5a4
treedc689bfb8d44619237853638dd66bc8386a02cad
parent325bba15cc1fa694e7bd0f460341937fe59fbf5a
Make it possible that carpdetach() unlocks on return. Then, in
carp_clone_destroy() we are on a safe side, we don't need to
unlock the cif, that can me already non-existent at this point.

Reported by: Anton Yuzhaninov <citrin rambler-co.ru>
sys/netinet/ip_carp.c