aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/amr/amrvar.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-04-01 15:06:26 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-04-01 15:06:26 +0000
commit891619a66d5e01e5d5db6a11cfd7f26c815338e3 (patch)
treef08dda1f60d395e9bc94bf2fd1921768bf958c6d /sys/dev/amr/amrvar.h
parent29f3f095a624492078f7578be83d684fc32fb2a9 (diff)
downloadsrc-891619a66d5e01e5d5db6a11cfd7f26c815338e3.tar.gz
src-891619a66d5e01e5d5db6a11cfd7f26c815338e3.zip
Use bioq_flush() to drain a bio queue with a specific error code.
Retain the mistake of not updating the devstat API for now. Spell bioq_disksort() consistently with the remaining bioq_*(). #include <geom/geom_disk.h> where this is more appropriate.
Notes
Notes: svn path=/head/; revision=112946
Diffstat (limited to 'sys/dev/amr/amrvar.h')
-rw-r--r--sys/dev/amr/amrvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/amr/amrvar.h b/sys/dev/amr/amrvar.h
index a9bca40588b7..a28fa473b021 100644
--- a/sys/dev/amr/amrvar.h
+++ b/sys/dev/amr/amrvar.h
@@ -58,6 +58,7 @@
#if __FreeBSD_version >= 500005
# include <sys/taskqueue.h>
+# include <geom/geom_disk.h>
#endif
#ifdef AMR_DEBUG