From: Jeff Dike Date: Mon, 16 Jul 2007 06:38:58 +0000 (-0700) Subject: uml: limit request size on COWed devices X-Git-Tag: v2.6.23-rc1~978 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8619b86f20588c020b280e6f67a9b8712b1ee38a;p=pandora-kernel.git uml: limit request size on COWed devices COWed devices can't handle more than 32 (64 on x86_64) sectors in one request due to the size of the bitmap being carried around in the io_thread_req. Enforce that by telling the block layer not to put too many sectors in requests to COWed devices. Signed-off-by: Jeff Dike Cc: Paolo 'Blaisorblade' Giarrusso Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed