commit | ddf59a35e98aa12255ed64c892271339504cc65c | [log] [tgz] |
---|---|---|
author | Eric Moore <eric.moore@lsi.com> | Mon May 18 13:01:29 2009 -0600 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Sat May 23 15:44:17 2009 -0500 |
tree | be79aacc3ee850ca8073806fd0a9a6e5f8263c2f | |
parent | 993e0da7b767c0a7c1fd0079b16f3d28e6f25a48 [diff] |
[SCSI] mpt2sas: add query task support for MPT2COMMAND ioctl This patch will find an active mid for a query_task request via the ioctl path. This code is already there for task_abort, so this patch combining code using the same fuction _ctl_set_task_mid(), previously _ctl_do_task_abort(). Signed-off-by: Eric Moore <eric.moore@lsi.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>