Lock kernel in nfsrv_rcv() because NFS subsystem is not MP-safe yet.
authorvisa <visa@openbsd.org>
Sun, 22 May 2022 04:52:17 +0000 (04:52 +0000)
committervisa <visa@openbsd.org>
Sun, 22 May 2022 04:52:17 +0000 (04:52 +0000)
commit875ec42d701d81b9bd98b0f1a04b393f79028892
treeb17e15a8ab6c175bee93069af9b861aad2cd257b
parent0be467f46ad61d25a69d3faf1f782dd63673c4d1
Lock kernel in nfsrv_rcv() because NFS subsystem is not MP-safe yet.

Tested in snaps for a week.

OK bluhm@
sys/nfs/nfs_socket.c