From: NeilBrown Date: Mon, 26 Jun 2006 07:27:36 +0000 (-0700) Subject: [PATCH] md: remove arbitrary limit on chunk size X-Git-Tag: v2.6.18-rc1~647 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8932c2e0dcae52e73430878fd8a7a7800176eada;p=pandora-kernel.git [PATCH] md: remove arbitrary limit on chunk size The largest chunk size the code can support without substantial surgery is 2^30 bytes, so make that the limit instead of an arbitrary 4Meg. Some day, the 'chunksize' should change to a sector-shift instead of a byte-count. Then no limit would be needed. Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed