On 10/28/2015 11:05 PM, Don Brace wrote: > Fix a NULL pointer issue in the driver when devices are removed > during a reset. > > Signed-off-by: Don Brace <don.brace@xxxxxxxx> > --- > drivers/block/cciss.h | 1 + > drivers/scsi/hpsa.c | 16 ++++++++++++++++ > drivers/scsi/hpsa.h | 1 + > 3 files changed, 18 insertions(+) > > diff --git a/drivers/block/cciss.h b/drivers/block/cciss.h > index 7fda30e..f8b8c6b 100644 > --- a/drivers/block/cciss.h > +++ b/drivers/block/cciss.h > @@ -155,6 +155,7 @@ struct ctlr_info > size_t reply_pool_size; > unsigned char reply_pool_wraparound; > u32 *blockFetchTable; > + u8 reset_in_progress; > }; > > /* Defining the diffent access_methods Why do you need to add it here? To my knowledge cciss and hpsa are different drivers ... Cheers, Hannes -- Dr. Hannes Reinecke zSeries & Storage hare@xxxxxxx +49 911 74053 688 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: J. Hawn, J. Guild, F. Imendörffer, HRB 16746 (AG Nürnberg) -- 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