From: Adrian Hunter Date: Fri, 10 Sep 2010 08:33:45 +0000 (+0300) Subject: mmc_test: fix performance tests that go over max_blk_count X-Git-Tag: v2.6.37-rc1~65^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8c8c1bdbe585d9159c4585216451faa4c35e4ec;p=pandora-kernel.git mmc_test: fix performance tests that go over max_blk_count The host controller driver limits I/O transfers to maximum transfer size, maximum block count, maximum segment size and maximum segment count. The performance tests were not obeying these limits which meant they would not work with some drivers. This patch fixes that. Signed-off-by: Adrian Hunter Signed-off-by: Chris Ball --- Reading git-diff-tree failed