Re: [PATCH 13/15] ib_srp: Allow SRP disconnect through sysfs
From: <hidden>
Date: 2012-07-17 12:55:42
Also in:
linux-scsi
From: <hidden>
Date: 2012-07-17 12:55:42
Also in:
linux-scsi
On 03/25/2012 09:01 AM, Bart Van Assche wrote:quoted
+static void srp_rport_delete(struct srp_rport *rport) +{ + struct srp_target_port *target = rport->lld_data; + + BUG_ON(!target); +I don't think this null check is needed, because below you set the lld_data before you call srp_rport_add which does the transport driver model/sysfs file addition for the rport. So I think the rport delete sysfs file won't show up before you set the lld_data.
Agreed. I'm fine with leaving that check out. Bart. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html