Re: [PATCH 0/3] scsi_dh: switch to scsi_execute_req_flags()

2016-11-01 Thread Hannes Reinecke
On 11/01/2016 03:41 PM, Christoph Hellwig wrote: A little warning: scsi_execute_req_flags grew a new argument in the block tree to be able to specify the request-only flags. So any of these patches would create a (mostly harmless) conflict in linux-next. I don't mind creating the patches again

Re: [PATCH 0/3] scsi_dh: switch to scsi_execute_req_flags()

2016-11-01 Thread Christoph Hellwig
A little warning: scsi_execute_req_flags grew a new argument in the block tree to be able to specify the request-only flags. So any of these patches would create a (mostly harmless) conflict in linux-next. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a me

[PATCH 0/3] scsi_dh: switch to scsi_execute_req_flags()

2016-10-31 Thread Hannes Reinecke
Hi all, here's a patchset to switch to scsi_execute_req_flags() for all SCSI device handlers. Originally we would be using blk_execute_rq_nowait to allow the 'activate' function to run asynchronously. However, as we're now calling the 'activate' function synchronously there's no point in using the