mjg ffdee46ab5 uipc_usrreq: fix inode number assignment
The code was incrementing a global variable in an unsafe manner.
Two different threads stating two different sockets could have resulted
in the same inode numbers assigned to both.

Creation is protected with a global lock, move the assigment there.
Since inode numbers are 64-bit now drop the check for overflows.

Sponsored by:	The FreeBSD Foundation
2018-11-21 22:25:05 +00:00
..
2018-11-19 03:02:47 +00:00
2018-10-20 20:45:49 +00:00
2018-11-12 22:18:11 +00:00
2018-10-20 22:39:35 +00:00
2018-11-20 19:31:02 +00:00
2018-07-15 00:31:17 +00:00
2018-11-21 00:21:58 +00:00