]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
o reorder some locking asserts to reflect the order of the locks
authorSam Leffler <sam@FreeBSD.org>
Thu, 13 Nov 2003 05:16:56 +0000 (05:16 +0000)
committerSam Leffler <sam@FreeBSD.org>
Thu, 13 Nov 2003 05:16:56 +0000 (05:16 +0000)
commit1b73ca0bf170e7b2b016d79a729bb5b731127dea
tree8c81d56f50d956896a21fbe4fffd92b52120cf8e
parentbf1e599dc1616b2aa31af17a23539fabe5582236
o reorder some locking asserts to reflect the order of the locks
o correct a read-lock assert in in_pcblookup_local that should be
  a write-lock assert (since time wait close cleanups may alter state)

Supported by: FreeBSD Foundation
sys/netinet/in_pcb.c