Subject: CVS commit: src/sys/arch/xen/xen
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 03/31/2005 13:35:02
Module Name: src
Committed By: bouyer
Date: Thu Mar 31 13:35:02 UTC 2005
Modified Files:
src/sys/arch/xen/xen: xbdback.c
Log Message:
Use DEV_STRATEGY() instead of VOP_STRATEGY(). YAMAMOTO Takashi says it's not
safe to use VOP_STRATEGY() from interrupt context.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/xen/xen/xbdback.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.