]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In if_attachdomain1() there does not seem to be any reason
authorBjoern A. Zeeb <bz@FreeBSD.org>
Sat, 28 May 2016 08:32:15 +0000 (08:32 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Sat, 28 May 2016 08:32:15 +0000 (08:32 +0000)
commitc169d9fe07ad2ad1767ccc9725a0dc9eef052175
tree2898693060de4e9e3613029ff1f1c3195871105c
parent38c4fdf4c67dd456ec966adcac9c3c47ac10c679
In if_attachdomain1() there does not seem to be any reason
to use TRYLOCK rather than just acquire the lock, so just do that.

Reviewed by: markj
Obtained from: projects/vnet
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D6578
sys/net/if.c