Author :
krw
Date :
2020-08-18 16:30:38
Hash :f803c2f9 Message :Try to avoid a theoretical infinite loop while detaching all the scsi_link's on
the bus. Use SLIST_FOREACH_SAFE() rather than 'while (!SLIST_EMPTY())'' as there
is a condition which would cause scsi_detach_link() to return without removing
the scsi_link from the SLIST.