From 335302618f47b43e1204d24a3edb65a3e5bc8c03 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Tue, 12 Dec 2006 10:26:55 +0100 Subject: [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 Signed-off-by: Mike Christie Signed-off-by: Jens Axboe --- block/scsi_ioctl.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'block') diff --git a/block/scsi_ioctl.c b/block/scsi_ioctl.c index 045cabd3d4b..f322b6a441d 100644 --- a/block/scsi_ioctl.c +++ b/block/scsi_ioctl.c @@ -271,13 +271,6 @@ static int sg_io(struct file *file, request_queue_t *q, rq->cmd_type = REQ_TYPE_BLOCK_PC; - /* - * bounce this after holding a reference to the original bio, it's - * needed for proper unmapping - */ - if (rq->bio) - blk_queue_bounce(q, &rq->bio); - rq->timeout = jiffies_to_msecs(hdr->timeout); if (!rq->timeout) rq->timeout = q->sg_timeout; -- cgit v1.2.3