ieee1394: run high-level updates before high-level probes
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Tue, 13 Dec 2005 04:03:19 +0000 (23:03 -0500)
committerJody McIntyre <scjody@modernduck.com>
Tue, 13 Dec 2005 04:03:19 +0000 (23:03 -0500)
commit51c1d80e929bace26d2d795bd77fcc14b02ba3bb
tree0da6fdaf7b83263d3bcebc380d99d7001b3ff21e
parente38dc0ae24635a2a8a68d87cd0f4a13e74a52d98
ieee1394: run high-level updates before high-level probes

After a bus reset, let nodemgr call high-level update hooks first for nodes
which do not need to be probed.  The main benefit is for a bus with more
than one SBP-2 device:  SBP-2 reconnects will be performed before SBP-2
logins, thus have a much higher chance to succeed, and their SCSI devices
will not be blocked much longer than necessary.  This was demonstrated for
Linux 2.4 by Dave Cinege a while ago.

A better approach would be to perform time-consuming probes in parallel by a
subthread.  I actually plan to implement this for sbp2 but it may take a
while to get that done and tested.  Until then, this tweak is a huge
improvement for users with multiple SBP-2 devices.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Jody McIntyre <scjody@modernduck.com>
drivers/ieee1394/nodemgr.c