Re: [PATCH 3/4] megaraid_sas: task management code optimizations

2016-04-15 Thread Hannes Reinecke
On 04/15/2016 09:23 AM, Sumit Saxena wrote: > This patch will do code optmization for task management functions. > Below are key changes- > 1. Remove reset_device hook as it was not being used and driver was setting > this to NULL. > 2. Create wrapper functions for task abort and target reset and

[PATCH 3/4] megaraid_sas: task management code optimizations

2016-04-15 Thread Sumit Saxena
This patch will do code optmization for task management functions. Below are key changes- 1. Remove reset_device hook as it was not being used and driver was setting this to NULL. 2. Create wrapper functions for task abort and target reset and inside these functions adapter specific calls be m