From: Namjae Jeon Date: Tue, 29 Jul 2014 14:45:31 +0000 (-0400) Subject: ext4: fix COLLAPSE RANGE test for bigalloc file systems X-Git-Tag: omap-for-v3.17/fixes-against-rc2~162^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee98fa3a8b148a234600a20f7cdc2b4b37f38083;p=pandora-kernel.git ext4: fix COLLAPSE RANGE test for bigalloc file systems Blocks in collapse range should be collapsed per cluster unit when bigalloc is enable. If bigalloc is not enable, EXT4_CLUSTER_SIZE will be same with EXT4_BLOCK_SIZE. With this bug fixed, patch enables COLLAPSE_RANGE for bigalloc, which fixes a large number of xfstest failures which use fsx. Signed-off-by: Namjae Jeon Signed-off-by: Ashish Sangwan Signed-off-by: Theodore Ts'o --- Reading git-diff-tree failed