Date: Sat, 4 Oct 2003 07:25:46 -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_snapshot.c Message-ID: <200310041425.h94EPki9099479@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310041425.h94EPki9099479>