Re: [PATCH 26/28] visorhba: sanitze private device data allocation

2017-07-24 Thread Hannes Reinecke
On 07/19/2017 07:45 PM, Kershner, David A wrote: > > >> -Original Message- >> From: Hannes Reinecke [mailto:h...@suse.de] >> Sent: Wednesday, June 28, 2017 4:25 AM >> To: Christoph Hellwig <h...@lst.de> >> Subject: [PATCH 26/28] visorh

RE: [PATCH 26/28] visorhba: sanitze private device data allocation

2017-06-30 Thread Kershner, David A
.com>; linux-scsi@vger.kernel.org; > Hannes Reinecke <h...@suse.de>; Hannes Reinecke <h...@suse.com>; > Kershner, David A <david.kersh...@unisys.com> > Subject: [PATCH 26/28] visorhba: sanitze private device data allocation > > There's no need to keep the private dat

[PATCH 26/28] visorhba: sanitze private device data allocation

2017-06-28 Thread Hannes Reinecke
There's no need to keep the private data for a device in a separate list; better to store it in ->hostdata and do away with the additional list. Signed-off-by: Hannes Reinecke Cc: David Kershner --- drivers/staging/unisys/visorhba/visorhba_main.c | 123