Date: Sat, 4 Oct 2003 07:02:32 -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/ufs ufs_quota.c Message-ID: <200310041402.h94E2Wii097367@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2003/10/04 07:02:32 PDT FreeBSD src repository Modified files: sys/ufs/ufs ufs_quota.c Log: - Properly acquire the vnode interlock before releasing the mntvnode_mtx. - Use a local variable to store the results of the test to see if the next vnode on the mount list has changed. This is so that we no longer acess the vnode after we vput() it. Revision Changes Path 1.67 +23 -11 src/sys/ufs/ufs/ufs_quota.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310041402.h94E2Wii097367>