]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[SCSI] libsas: Clean up rphys/port dev list after a discovery error on an expander
authorDarrick J. Wong <djwong@us.ibm.com>
Thu, 11 Jan 2007 22:14:52 +0000 (14:14 -0800)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Sat, 13 Jan 2007 20:24:25 +0000 (14:24 -0600)
commitbf451207511d049189ddb0a4eae3acdb086a3c82
tree6866bb955a2e61a68cf791afc32497b24dd306c0
parent8880839815265ccc0edaff52ba08d750eea57acb
[SCSI] libsas: Clean up rphys/port dev list after a discovery error on an expander

sas_get_port_device assigns a rphy to a domain device in anticipation
of finding a disk.  When a discovery error occurs in
sas_discover_{sata,sas,expander}*, however, we need to clean up that
rphy and the port device list so that we don't GPF.  In addition, we
need to check the result of the second sas_notify_lldd_dev_found.
This patch seems ok on a x260, x366 and x206m.

This patch fixes up sas_expander.c separately because jejb has some
cleanup patches of his own that are a prerequisite.

Signed-off-by: Darrick J. Wong <djwong@us.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/libsas/sas_expander.c