Date: Sat, 4 Oct 2003 23:43:03 -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/gnu/ext2fs ext2_vfsops.c Message-ID: <200310050643.h956h3ew075870@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2003/10/04 23:43:03 PDT FreeBSD src repository Modified files: sys/gnu/ext2fs ext2_vfsops.c Log: - File systems that wish to inspect the vnode contents or their private v_data field before calling vget/vn_lock must check VI_XLOCK manually to be sure that v_data is still valid. Implement this check in two places here. Revision Changes Path 1.109 +8 -0 src/sys/gnu/ext2fs/ext2_vfsops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310050643.h956h3ew075870>