On Fri, Dec 12, 2014 at 11:52:29AM +0300, Dmitry Monakhov wrote: > Oh. Indeed That is my mistake. > > ret = ext4_fiemap(inode, &fie, offset, maxsize - offset); > /* No extents found, EOF */ > if (!fie.fi_extents_mapped) { > ret = -ENXIO; > break; > } > Delalloc case handled incorrectly. Will fix that ASAP. Hi Dmitry, how are things going with a fix? It would be great if I can get something which I can test and push to Linus before he releases -rc1. Thanks!! - 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