On Fri, Oct 30, 2009 at 04:41:50PM +0900, Akira Fujita wrote: > ext4: Fix block count in EXT4_IOC_MOVE_EXT failure > > From: Akira Fujita <a-fujita@xxxxxxxxxxxxx> > > The halfway exchanged block count should be returned to the user-space, > if EXT4_IOC_MOVE_EXT is failed for some reasons > in the environment where block size is not same as page size. > But current EXT4_IOC_MOVE_EXT returns > page-aligned block count to the user-space. > The patch fixes this issue. > > Signed-off-by: Akira Fujita <a-fujita@xxxxxxxxxxxxx> Thanks, I've added this to the ext4 patch queue, but with the following modified commit description: ext4: Fix the returned block count if EXT4_IOC_MOVE_EXT fails From: Akira Fujita <a-fujita@xxxxxxxxxxxxx> If the EXT4_IOC_MOVE_EXT ioctl fails, the number of blocks that were exchanged before the failure should be returned to the userspace caller. Unfortunately, currently if the block size is not the same as the page size, the returned block count that is returned is the page-aligned block count instead of the actual block count. This commit addresses this bug. Signed-off-by: Akira Fujita <a-fujita@xxxxxxxxxxxxx> Signed-off-by: "Theodore Ts'o" <tytso@xxxxxxx> - 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