On Thu, Dec 12, 2013 at 01:13:25PM -0800, Darrick J. Wong wrote: > In the ^extent case, passing ~0ULL as the 'end' parameter to > ext2fs_punch() causes the (end - start + 1) calculation to overflow to > zero. Since the old-style mapped block files cannot have more than > 2^32 blocks, just clamp it to ~0U. > > This fixes a regression in t_quota_2off with the patch "libext2fs: use > ext2fs_punch() to truncate quota file" applied. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Thanks, applied. - 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