On Tue, 2016-06-14 at 08:05 -0700, Christoph Hellwig wrote: > Looks fine: > > Acked-by: Christoph Hellwig <hch@xxxxxx> > > But it should really go together with something like this: Well, we need the simplest fix to backport, which is why I sent what I did. > --- > From e54d1462ae244db3189a8b69018bc5f3e3d3b468 Mon Sep 17 00:00:00 > 2001 > From: Christoph Hellwig <hch@xxxxxx> > Date: Tue, 14 Jun 2016 17:04:10 +0200 > Subject: scsi: move current_cmnd into the 53c700 driver > > The 53c700 driver is the only user of the current_cmnd field in > struct scsi_device, so let's move it into the driver private data. The style in the driver is to use accessor functions for device parameters, but I don't see it matters much since the day anyone would write a new SPI driver (for which this was often the template) is long gone. James -- 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