Re: [PATCH 2/2 scsi-rc-fixes-2.6] FC Remote Port patch

2005-02-09 Thread Mike Christie
+static void +fc_rport_terminate(struct fc_rport *rport) +{ + struct Scsi_Host *shost = rport_to_shost(rport); + struct device *dev = rport-dev; + unsigned long flags; + + if (rport-starget) { + scsi_forget_target(rport-starget); +

Re: [PATCH 2/2 scsi-rc-fixes-2.6] FC Remote Port patch

2005-02-09 Thread Christoph Hellwig
This one doesn't apply to scsi-misc + your previous two patches for me. - To unsubscribe from this list: send the line unsubscribe linux-scsi in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

RE: [PATCH 2/2 scsi-rc-fixes-2.6] FC Remote Port patch

2005-02-09 Thread James . Smart
seems like sdev-shost is bogus when fc_remote_port_block() is called... We haven't seen this in our testing lpfc_ext_debug -- residuals from some test code? yep - thought I had everything, guess not. I'm rebacking to scsi-misc-2.6 and will repost. This will be taken care of. -- James -