CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/02/13 01:47:10
Modified files:
sys/kern : vfs_subr.c vfs_vops.c
Log message:
Move the LK_DRAIN logic from VOP_LOCK() to vclean() the only caller of
VOP_LOCK with LK_DRAIN. This simplifies VOP_LOCK() a fair bit.
OK visa@
