Searched hist:159982 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/compat/freebsd32/
H A Dsyscalls.masterdiff 159982 Tue Jun 27 12:46:31 MDT 2006 jhb - Expand the scope of Giant some in mount(2) to protect the vfsp structure
from going away. mount(2) is now MPSAFE.
- Expand the scope of Giant some in unmount(2) to protect the mp structure
(or rather, to handle concurrent unmount races) from going away.
umount(2) is now MPSAFE, as well as linux_umount() and linux_oldumount().
- nmount(2) and linux_mount() were already MPSAFE.
/freebsd-11-stable/sys/kern/
H A Dvfs_mount.cdiff 159982 Tue Jun 27 12:46:31 MDT 2006 jhb - Expand the scope of Giant some in mount(2) to protect the vfsp structure
from going away. mount(2) is now MPSAFE.
- Expand the scope of Giant some in unmount(2) to protect the mp structure
(or rather, to handle concurrent unmount races) from going away.
umount(2) is now MPSAFE, as well as linux_umount() and linux_oldumount().
- nmount(2) and linux_mount() were already MPSAFE.

Completed in 170 milliseconds