On 01/30/2010 12:28 AM, Ravi Anand wrote:
+ + if (test_and_clear_bit(DPC_LINK_CHANGED,&ha->dpc_flags)) { + if (!test_bit(AF_LINK_UP,&ha->flags)) { + /* ---- link down? --- */ + list_for_each_entry_safe(ddb_entry, dtemp,&ha->ddb_list, list) { + if (atomic_read(&ddb_entry->state) == DDB_STATE_ONLINE)
Need some tabbing.
+ qla4xxx_mark_device_missing(ha, ddb_entry); + } + } + } } /**
-- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html