commit | 23032a0eb97c8eaae8ac9d17373b53b19d0f5413 | [log] [tgz] |
---|---|---|
author | Raz Ben-Jehuda(caro) <raziebe@gmail.com> | Sun Dec 10 02:20:45 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Sun Dec 10 09:57:20 2006 -0800 |
tree | 7021309ed7a591c6ae93f7347fb23482cea85163 | |
parent | 0d4ca600fcf5c5f3a0c195ccf37e989b83451dd4 [diff] |
[PATCH] md: define raid5_mergeable_bvec This will encourage read request to be on only one device, so we will often be able to bypass the cache for read requests. Signed-off-by: Neil Brown <neilb@suse.de> Cc: Jens Axboe <jens.axboe@oracle.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>