[PATCH] remove unnecessary blk_queue_bounce in SG_IO

When I converted the original patch, I left unnecessary blk_queue_bounce in
SG_IO.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

authored by FUJITA Tomonori and committed by Jens Axboe 33530261 77d172ce

-7
-7
block/scsi_ioctl.c
··· 271 271 272 272 rq->cmd_type = REQ_TYPE_BLOCK_PC; 273 273 274 - /* 275 - * bounce this after holding a reference to the original bio, it's 276 - * needed for proper unmapping 277 - */ 278 - if (rq->bio) 279 - blk_queue_bounce(q, &rq->bio); 280 - 281 274 rq->timeout = jiffies_to_msecs(hdr->timeout); 282 275 if (!rq->timeout) 283 276 rq->timeout = q->sg_timeout;