Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: Juergen Hannken-Illjes <hannken@netbsd.org>
List: source-changes
Date: 04/19/2004 16:04:07
Module Name: src
Committed By: hannken
Date: Mon Apr 19 16:04:07 UTC 2004
Modified Files:
src/sys/dev: dksubr.c
Log Message:
Redo dk_start(). If di->di_diskstart() runs synchronous its biodone() will
call dk_start() via dk_iodone() before the buffer gets removed from queue.
Approved by: Roland Dowdeswell <elric@netbsd.org>
Fixes PR #25240
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/dev/dksubr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.