On Mon, Mar 19, 2007 at 09:15:22AM -0800, Mingming Cao wrote: > On Mon, 2007-03-19 at 10:48 -0500, Dave Kleikamp wrote: > > persistent_allocation_1_ioctl_and_unitialized_extents > > We could mention here that this patch is going to be replaced by a new > patch to use the fallocate() operations. > > > # Fixed an endian error > > persistent_allocation_2_support_for_writing_to_unitialized_extent > > I think Amit has an updated version of this patch in his place. Hi Mingming, Here are the new patches which use new fallocate inode interface. I have made following changes to the previous patchset: 1. Removed ioctl portion of the code from the preallocation patch. 2. Added ext4_fallocate() to support the new fallocate inode operation, which will be called from the sys_fallocate() system call code. 3. Fixed the endian error which you observed in the "write support for uninitialized extents" patch. -- Regards, Amit Arora - 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