commit | 6bd522f6a226f435508433d24e0de4619e016a9d | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Tue Jul 22 15:34:38 2008 -0500 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Sat Jul 26 15:14:59 2008 -0400 |
tree | af7e4a482bad316ce8fc3955f6da16615b564afb | |
parent | b7b1a35ea563a8f1219dc3fdf12f37937cb83245 [diff] |
[SCSI] scsi_lib: use blk_rq_tagged in scsi_request_fn I goofed and did not see the macro for checking if a request is tagged. This patch has us use blk_rq_tagged instead of digging into the req->tag. Patch was made over scsi-misc. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>