From ee98fa3a8b148a234600a20f7cdc2b4b37f38083 Mon Sep 17 00:00:00 2001 From: Namjae Jeon Date: Tue, 29 Jul 2014 10:45:31 -0400 Subject: [PATCH] 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-format-patch failed