On Tue, Dec 10, 2013 at 05:22:00PM -0800, Darrick J. Wong wrote: > If we're asked to punch a file with no data blocks mapped to it and a > non-zero length, we don't need to do any work in ext2fs_punch_extent() > and can return success. Unfortunately, the extent_get() function > returns "no current node" because it (correctly) failed to find any > extents, which is bubbled up to callers. Since no extents being found > is not an error in this corner case, fix up ext2fs_punch_extent() to > return 0 to callers. > > 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