Skip to content
Commit 4bbc1bdd authored by Stefan Richter's avatar Stefan Richter
Browse files

firewire: fw-sbp2: fix another small generation access bug



queuecommand() looked at the remote and local node IDs before it read
the bus generation.  The corresponding race with sbp2_reconnect updating
these data was probably impossible to happen though because the current
code blocks the SCSI layer during reconnection.  However, better safe
than sorry, especially if someone later improves the code to not block
the SCSI layer.

Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
parent 09b12dd4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment