cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c
Jeff Roberson
jeff at FreeBSD.org
Sat Oct 4 05:52:39 PDT 2003
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
More information about the cvs-src
mailing list