On Thu, Oct 04, 2018 at 08:20:30AM +0300, Avri Altman wrote: > From: Christoph Hellwig <[email protected]> > > Remove the pointless task_req_upiu and task_rsp_upiu indirections, > which are __le32 arrays always cast to given structures and just add > the members directly. Also clean up variables names in use in the > callers a bit to make the code more readable. > > Signed-off-by: Christoph Hellwig <[email protected]> > Tested-by: Avri Altman <[email protected]>
Btw, if you send someones patches on as part of your series you should generally also add your own Signed-off-by.

