mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 19:08:58 +00:00
Backout the previous fix, it is _not_ that easy too fix.
Leave it as is for 4.0 the real solution comes later.
This commit is contained in:
parent
dd3552c8a7
commit
8048917432
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57964
@ -252,8 +252,7 @@ adstrategy(struct buf *bp)
|
||||
|
||||
s = splbio();
|
||||
bufqdisksort(&adp->queue, bp);
|
||||
if (adp->controller->active == ATA_IDLE)
|
||||
ad_start(adp);
|
||||
ad_start(adp);
|
||||
splx(s);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user