]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
We don't need chain write lock since we're not modifying its contents.
authormelifaro <melifaro@FreeBSD.org>
Sat, 11 Jan 2014 16:50:41 +0000 (16:50 +0000)
committermelifaro <melifaro@FreeBSD.org>
Sat, 11 Jan 2014 16:50:41 +0000 (16:50 +0000)
commit9f930faa0dd2fbb1528a48f0c861d612c90e49d3
tree1e16c0c02e0c02dda9f4a7b99ed2b945f72ac757
parentccc6bb570f4c07eb1d50ba8f5e4b8a94baaeca9e
We don't need chain write lock since we're not modifying its contents.
LibAliasSetAddress() uses its own mutex to serialize changes.

While here, convert ifp->if_xname access to if_name() function.

MFC after: 2 weeks
Sponsored by: Yandex LLC
sys/netpfil/ipfw/ip_fw_nat.c