On Wed, Jan 15, 2014 at 05:19:51PM -0500, Theodore Ts'o wrote: > { > struct ext2_inode t; > > ext2fs_read_inode(fs, *ino, &t); > printf("i_size_high: %lu size: %llu\n", t.i_size_high, > EXT2_I_SIZE(&t)); > } Oops, ignore this debugging code. This was to find a bug in ext2fs_extents_insert() where under some circumstances it end up running into a buffer overrun bug which causes it to wipe out i_size_high. - 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