On Wed, Apr 03, 2013 at 01:19:31PM -0400, Eric Whitney wrote: > Values stored in s_freeclusters_counter and s_dirtyclusters_counter > are both in cluster units. Remove the cluster to block conversion > applied to s_freeclusters_counter causing an inflated estimate of > free space because s_dirtyclusters_counter is not similarly > converted. Rename free_blocks and dirty_blocks to better reflect > the units these variables contain to avoid future confusion. This > fix corrects ENOSPC failures for xfstests 127 and 231 on bigalloc > file systems. > > Signed-off-by: Eric Whitney <enwlinux@xxxxxxxxx> Hi Eric, This patch looks good. Thanks for submitting it!! I've applied it to the dev branch for testing. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html