From: Jens Axboe Date: Tue, 10 Jan 2006 09:48:02 +0000 (+0100) Subject: [PATCH] dm: don't enable bouncing by default X-Git-Tag: v2.6.16-rc1~467 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daef265f1590cf3e6de989d074041a280c82d58b;p=pandora-kernel.git [PATCH] dm: don't enable bouncing by default DM doesn't need to bounce bio's on its own, but the block layer defaults to that in blk_queue_make_request(). The lower level drivers should bounce ios themselves, that is what they need to do if not layered below dm anyways. Signed-off-by: Jens Axboe Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed