CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/06/06 13:02:38
Modified files:
sys/kern : vfs_subr.c
Log message:
The function dounmount() traverses the mnt_list in forward direction
to call vfs_busy() for all nested mount points. vfs_stall() called
vfs_busy() in reverser order for all mount points. Change the
direction of the latter to resolve the lock order conflict.
OK visa@
