Subject: CVS commit: src/sys/arch/xen/xen
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 01/01/2007 22:54:14
Module Name:	src
Committed By:	yamt
Date:		Mon Jan  1 22:54:14 UTC 2007

Modified Files:
	src/sys/arch/xen/xen: xbd_xenbus.c

Log Message:
xbd_handler: call dk_iodone after updating rsp_cons.
otherwise, xbdstart kicked via dk_iodone still sees RING_FULL condition
and just returns.  it makes xbd stall when all requests are acked by
a single xbd_handler.  PR/34005.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/arch/xen/xen/xbd_xenbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.