Re: [PATCH] zfcp: add rports to enable scsi_add_device to work again
From: James Bottomley <hidden>
Date: 2005-08-27 17:38:33
Also in:
lkml
From: James Bottomley <hidden>
Date: 2005-08-27 17:38:33
Also in:
lkml
On Sat, 2005-08-27 at 14:01 +0200, Andreas Herrmann wrote:
this patch fixes a severe problem with 2.6.13-rc7. Due to recent SCSI changes it is not possible to add any LUNs to the zfcp device driver anymore. With registration of remote ports this is fixed. Please integrate the patch in the 2.6.13 kernel or if it is already too late for this release then please integrate it in 2.6.13.1 Thanks a lot.
Well, OK, but your usage isn't quite optimal. The fibre channel transport class retains a list of ports per host, so your maintenance of an identical list in zfcp_adapter duplicates this. However, we can put this in for now and worry about removing all of the fc transport class duplication from zfcp later. James