Re: [PATCH 1/5] common/scsi_debug: don't slow down I/O
Bart Van Assche <[email protected]>
| Newsgroups | org.kernel.vger.fstests,org.kernel.vger.linux-scsi |
|---|---|
| Message-ID | <[email protected]> |
On 8/21/26 12:41 AM, John Garry wrote: > On 21/08/2026 06:11, Christoph Hellwig wrote: >> scsi_debug by defaults delays I/O > > Maybe we can just make delay=0 default for that driver. Or use ndelay > 0. I'm in favor of changing the default delay to zero. It's what most users need and it's easy to forget to specify delay=0 when loading scsi_debug. Thanks, Bart.