ATA-disk question

2000-03-11 Thread Sitaram Iyer
(kernel 4.0-2208-CURRENT) I have a question about adstrategy() in ata-disk.c: it says bufqdisksort() -- which appends to the drive queue using CSCAN, and immediately, without a check for adp->active, there is ad_start() -- which removes it from there and puts it into the

Re: ATA-disk question

2000-03-12 Thread Soren Schmidt
It seems Sitaram Iyer wrote: > (kernel 4.0-2208-CURRENT) > > I have a question about adstrategy() in ata-disk.c: it says > > bufqdisksort() -- which appends to the drive queue using CSCAN, > > and immediately, without a check for adp->active, there is > > ad_start() -- which re