On Fri, 2017-10-20 at 16:51 -0500, Don Brace wrote: > From: Martin Wilck <mwilck@xxxxxxx> > > I am resubmitting this patch on behalf of Martin Wilck > with his permission. > > The original patch can be found here: > https://www.spinics.net/lists/linux-scsi/msg102083.html > > This patch did not help until Hannes's > commit 9441284fbc39 ("scsi-fixup-kernel-warning-during-rmmod") > was applied to the kernel. > > -------------------------------------- > Original patch description from Martin: > -------------------------------------- > > When the hpsa module is unloaded using rmmod, dangling > symlinks remain under /sys/class/sas_phy. Fix this by > calling sas_phy_delete() rather than sas_phy_free (which, > according to comments, should not be called for PHYs that > have been set up successfully, anyway). > > Tested-by: Don Brace <don.brace@xxxxxxxxxxxxx> > Reviewed-by: Don Brace <don.brace@xxxxxxxxxxxxx> > Signed-off-by: Martin Wilck <mwilck@xxxxxxx> Hey, what's this for a signoff? The original patch had the correct email address; how did it get mangled like this? James