Date: Fri, 5 Jul 2002 22:21:13 -0700 (PDT) From: Jeff Roberson <jeff@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys vnode.h src/sys/kern vfs_subr.c Message-ID: <200207060521.g665LDPF084921@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2002/07/05 22:21:12 PDT Modified files: sys/sys vnode.h sys/kern vfs_subr.c Log: - Add vop_strategy_pre to validate VOP_STRATEGY locking. - Disable original vop_strategy lock specification. - Switch to the new vop_strategy_pre for lock validation. VOP_STRATEGY requires only that the buf is locked UNLESS the block numbers need to be translated. There may be other reasons, but as long as the underlying layer uses a VOP to perform the operations they will be caught later. Revision Changes Path 1.371 +16 -0 src/sys/kern/vfs_subr.c 1.185 +1 -0 src/sys/sys/vnode.h 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?200207060521.g665LDPF084921>