Date: Sat, 6 Jul 2002 22:29:45 -0700 (PDT) From: Jeff Roberson <jeff@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c Message-ID: <200207070529.g675TjPk039803@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2002/07/06 22:29:45 PDT Modified files: sys/kern vfs_subr.c Log: - BUF_REFCNT() seems to be the preferred method for verifying a locked buf. Tell vop_strategy_pre() to use this instead. - Ignore B_CLUSTER bufs. Their components are locked but they don't really exist so they don't have to be. This isn't ideal but it is safe. Revision Changes Path 1.374 +9 -3 src/sys/kern/vfs_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207070529.g675TjPk039803>