On Thu, 24 Mar 2011 15:16:35 -0500 Brian King <brking@xxxxxxxxxxxxxxxxxx> wrote: > > While testing the ibmvscsis driver, an oops was observed on module > remove. This occurred due to some confusion regarding what layer > owns the drvdata in the struct device for an ibmvscsis device. > libsrp was overriding what ibmvscsis had already setup, so on > module remove we go off a bad pointer. Since libsrp appears > only to setup drvdata and never read the value, lets just remove > setting it in libsrp and let the server driver own the field. > > Signed-off-by: Brian King <brking@xxxxxxxxxxxxxxxxxx> > --- > > drivers/scsi/libsrp.c | 2 -- > 1 file changed, 2 deletions(-) Oops, thanks. This change needs to be merged with ibmvscsis. Acked-by: FUJITA Tomonori <fujita.tomonori@xxxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html