Date: Fri, 6 Feb 2004 19:26:38 -0800 (PST) From: Scott Long <scottl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aac aac.c Message-ID: <200402070326.i173QcDv031819@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scottl 2004/02/06 19:26:38 PST FreeBSD src repository Modified files: sys/dev/aac aac.c Log: - Broaden the scope of locking in aac_command_thread() again to catch some edge cases in the loop. - Try to grab a command before dequeueing the bio from the bioq. The old behaviour of requeuing deferred bios to the end of the bioq is arguably wrong. This should be fixed in the future to check the bioq head without automatically dequeueing the bio. Revision Changes Path 1.83 +17 -11 src/sys/dev/aac/aac.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402070326.i173QcDv031819>