Date: Sun, 13 Mar 2005 12:04:12 +0000 (UTC) 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_vnops.c Message-ID: <200503131204.j2DC4CIg041899@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2005-03-13 12:04:12 UTC
FreeBSD src repository
Modified files:
sys/ufs/ffs ffs_vnops.c
Log:
- It is not legal to access v_data without the vnode lock or interlock
held. Grab the vnode interlock if LK_INTERLOCK has not been passed in
so that we can inspect v_data in ffs_lock().
Sponsored by: Isilon Systems, Inc.
Revision Changes Path
1.155 +11 -1 src/sys/ufs/ffs/ffs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503131204.j2DC4CIg041899>
