From c43a5082a61f351248c5f015ee5d4641309bd96e Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 12 Jan 2007 12:20:26 +0100 Subject: [PATCH] [PATCH] blktrace: only add a bounce trace when we really bounce Currently we issue a bounce trace when __blk_queue_bounce() is called, but that merely means that the device has a lower dma mask than the higher pages in the system. The bio itself may still be lower pages. So move the bounce trace into __blk_queue_bounce(), when we know there will actually be page bouncing. Signed-off-by: Jens Axboe Signed-off-by: Linus Torvalds --- Reading git-format-patch failed