Re: [RFC v2 3/6] kthread: warn on kill signal if not OOM
From: Tejun Heo <tj@kernel.org>
Date: 2014-09-05 22:57:43
Also in:
linux-scsi, lkml
From: Tejun Heo <tj@kernel.org>
Date: 2014-09-05 22:57:43
Also in:
linux-scsi, lkml
Hello, On Fri, Sep 05, 2014 at 03:52:48PM -0700, Dmitry Torokhov wrote:
Ahem... and they sure it works reliably with large storage arrays? With SCSI doing probing asynchronously already?
I believe this has been mentioned before too but, yes, SCSI device probing is asynchronous and parallelized but the registration of the discovered devices are fully serialized according to driver attach order. Storage devices are probed in parallel and attached in a fully deterministic order. That part has never changed. Thanks. -- tejun