Date: Sat, 4 Oct 2003 07:27:49 -0700 (PDT) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c Message-ID: <200310041427.h94ERnXg099586@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2003/10/04 07:27:49 PDT
FreeBSD src repository
Modified files:
sys/ufs/ffs ffs_vfsops.c
Log:
- Increase the scope of the interlock in ffs_reload(). Acquire it before
we release the mntvnode_mtx.
- Call vgonel() directly instead of going through vrecycle() since we own
the interlock now.
- Remove a few cases where we locked the interlock just so that we could
call VOP_UNLOCK with interlock held.
Revision Changes Path
1.217 +6 -9 src/sys/ufs/ffs/ffs_vfsops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310041427.h94ERnXg099586>
