https://bugzilla.novell.com/show_bug.cgi?id=670816 https://bugzilla.novell.com/show_bug.cgi?id=670816#c1 --- Comment #1 from Somasundaram Krishnasamy <somasundaram.krishnasamy@lsi.com> 2011-02-09 23:19:36 UTC --- The code change required to fix this problem:- drivers/scsi/ses.c:ses_intf_add() shost_for_each_device(tmp_sdev, sdev->host) { if (tmp_sdev->lun != 0 || tmp_sdev->sdev_state != SDEV_RUNNING || scsi_device_enclosure(tmp_sdev)) <<<===== changed line continue; ses_match_to_enclosure(edev, tmp_sdev); } I will also submit a patch for this change. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.