On Fri, Jan 04, 2013 at 12:00:58PM -0800, Darren Hart wrote: Applied, thanks. > Note the one remaining FIXME. Do I need to use ext2fs_bmap2() for the > slowlink without extents? If not, how is the 0 block associated with the > inode? No, you don't need to use ext2fs_bmap2(). The 0 block was set here in the else clause: + if (fs->super->s_feature_incompat & + EXT3_FEATURE_INCOMPAT_EXTENTS) { + /* + * The extent bmap is setup after the inode and block + * have been written out below. + */ + inode.i_flags |= EXT4_EXTENTS_FL; + } else { + inode.i_block[0] = blk; + } - 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