cvs commit: src/sys/ufs/ffs ffs_snapshot.c
Jeff Roberson
jeff at FreeBSD.org
Sat Oct 4 07:25:47 PDT 2003
jeff 2003/10/04 07:25:46 PDT
FreeBSD src repository
Modified files:
sys/ufs/ffs ffs_snapshot.c
Log:
- Fix an unlocked call to GETATTR by slightly shuffling the code in
ffs_snapshot() around.
- Acquire the interlock before releasing the mntvnode_mtx. Use the
interlock to protect v_usecount access.
Revision Changes Path
1.71 +14 -6 src/sys/ufs/ffs/ffs_snapshot.c
More information about the cvs-src
mailing list