[SCSI] scsi_lib: use blk_rq_tagged in scsi_request_fn
authorMike Christie <michaelc@cs.wisc.edu>
Tue, 22 Jul 2008 20:34:38 +0000 (15:34 -0500)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Sat, 26 Jul 2008 19:14:59 +0000 (15:14 -0400)
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>

No differences found