On Tue, Jan 6, 2009 at 4:06 PM, Rohit Sharma <imreckless@xxxxxxxxx> wrote: > I want to read data blocks from one inode > and copy it to other inode. > > I mean to copy data from data blocks associated with one inode > to the data blocks associated with other inode. Copying 4K chunk of data itself is a costly operation. and depending on the size of your donor inode this can be huge . Why do you want to do that ? Do you know the inode of the donor inode ? thanks - Manish > > Is that possible in kernel space.? > -- > 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 > -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ