commit | daef265f1590cf3e6de989d074041a280c82d58b | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@suse.de> | Tue Jan 10 10:48:02 2006 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Jan 10 08:37:08 2006 -0800 |
tree | 3d869c801561f9bfafa6dabd30211379cd0bb55d | |
parent | 00d6da9b4d6707b808481372537adb0fb38f99b3 [diff] |
[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 <axboe@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>