Date: Sat, 4 Oct 2003 05:52:37 -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/fs/msdosfs msdosfs_vfsops.c Message-ID: <200310041252.h94Cqbt2093454@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2003/10/04 05:52:37 PDT FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_vfsops.c Log: - Acquire the vnode interlock prior to droping the mntvnode_mtx. This does not eliminate races where the vnode could be reclaimed and end up with a NULL v_data pointer but Giant is protecting us from that at the moment. Revision Changes Path 1.107 +1 -1 src/sys/fs/msdosfs/msdosfs_vfsops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310041252.h94Cqbt2093454>