K 10 svn:author V 3 mjg K 8 svn:date V 27 2018-11-21T22:25:05.570874Z K 7 svn:log V 395 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 END