From: FUJITA Tomonori Date: Fri, 29 Aug 2008 10:32:18 +0000 (+0200) Subject: sg: convert the indirect IO path to use the block layer X-Git-Tag: v2.6.28-rc1~733^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10db10d144c0248f285242f79daf6b9de6b00a62;p=pandora-kernel.git sg: convert the indirect IO path to use the block layer This patch converts the indirect IO path (including mmap IO and old struct sg_header) to use the block layer functions (blk_get_request, blk_execute_rq_nowait, blk_rq_map_user, etc) instead of scsi_execute_async(). [Jens: fixed compile error with SCSI logging enabled] Signed-off-by: FUJITA Tomonori Signed-off-by: Douglas Gilbert Cc: Mike Christie Cc: James Bottomley Signed-off-by: Jens Axboe --- Reading git-diff-tree failed