diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2013-11-11 03:03:35 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2013-11-11 03:03:35 +0000 |
commit | fca3bd74920f3bc21cea67fa9216092b803f4cce (patch) | |
tree | 0d2f328279460d3f3348e1324492017a7dd3644f /sys/dev/flashvar.h | |
parent | a5f053934b0d26517ccacf9e54c921d65c5297ef (diff) |
replace disksort with bufqs.
i havent had any tests, so if there's any fallout ill deal with it when
people hit it. i wont feel guilty about it at all though.
Diffstat (limited to 'sys/dev/flashvar.h')
-rw-r--r-- | sys/dev/flashvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/flashvar.h b/sys/dev/flashvar.h index 0541cbefb03..5ebf27bd992 100644 --- a/sys/dev/flashvar.h +++ b/sys/dev/flashvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: flashvar.h,v 1.6 2013/05/30 16:15:01 deraadt Exp $ */ +/* $OpenBSD: flashvar.h,v 1.7 2013/11/11 03:03:34 dlg Exp $ */ /* * Copyright (c) 2005 Uwe Stuehler <uwe@openbsd.org> @@ -77,7 +77,7 @@ struct flash_softc { struct device sc_dev; /* Disk device information */ struct disk sc_dk; - struct buf sc_q; + struct bufq sc_bufq; struct buf *sc_bp; int sc_flags; /* Flash controller tag */ |