Date: Sun, 13 Mar 2005 11:57:39 +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/ufs ufs_inode.c Message-ID: <200503131157.j2DBvdoa041472@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2005-03-13 11:57:39 UTC FreeBSD src repository Modified files: sys/ufs/ufs ufs_inode.c Log: - Don't drop the lock in ufs_inactive(). - Also in ufs_inactive, don't acquire the vnode interlock where it isn't strictly needed. Also owning the vnode interlock while calling vprint() will cause locking assertions to trip. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.59 +0 -4 src/sys/ufs/ufs/ufs_inode.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503131157.j2DBvdoa041472>