CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/12 02:17:17
Modified files:
sys/ufs/mfs : mfs_vnops.c
Log message:
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@
