Fix splbio usage in oosiop_scsicmd() - it does not need to be taken early
authormiod <miod@openbsd.org>
Tue, 13 Feb 2024 17:51:17 +0000 (17:51 +0000)
committermiod <miod@openbsd.org>
Tue, 13 Feb 2024 17:51:17 +0000 (17:51 +0000)
commit0bd46c6c3e3d2b9baadd263bbf4501ffae2124d2
tree8beeee990a5d1e97969392bef565aa50c8f53625
parent660f4b3c4ebfb5ad23635ac212012bb9d9260b3e
Fix splbio usage in oosiop_scsicmd() - it does not need to be taken early
since the switch to iopool years ago, but on the other had the update of
the command TAILQ needs to be done at splbio, and it wasn't.
sys/dev/ic/oosiop.c