CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/06/27 07:39:58
Modified files:
sys/nfs : nfs_node.c
Log message:
Fix lock order reversal in nfs_inactive()
Make the silly file removal happen after the vnode has been unlocked.
This avoids a file-directory reversal in the vnode locking order.
OK jca@
