Use vnode parameter instead of vfinddev() in mfs_strategy()
authorvisa <visa@openbsd.org>
Sun, 12 Dec 2021 09:17:17 +0000 (09:17 +0000)
committervisa <visa@openbsd.org>
Sun, 12 Dec 2021 09:17:17 +0000 (09:17 +0000)
commit1339c4137975fb357e0724536cba68df5e73b51e
tree99bb9db51a5e0c7103da9b977c335f6bac2d2082
parentf1993be39f8ef0573a33dbd9302d5aa032252355
Use vnode parameter instead of vfinddev() in mfs_strategy()

Getting the mfs device vnode through vfinddev() is more complex than
necessary. Also, the indirection is not robust.

OK mpi@
sys/ufs/mfs/mfs_vnops.c