Re: [PATCH RESEND] Ext4: No need to add inode to orphan list during hole punch

2012-08-18 Thread Theodore Ts'o
On Wed, Jul 25, 2012 at 07:53:34PM +0530, Ashish Sangwan wrote: > While performing punch hole for an inode, i_disksize is not changed. > So, there is no need to add the inode to orphan list. > > Signed-off-by: Ashish Sangwan > Signed-off-by: Namjae Jeon Thanks, applied.

Re: [PATCH RESEND] Ext4: No need to add inode to orphan list during hole punch

2012-08-18 Thread Theodore Ts'o
On Wed, Jul 25, 2012 at 07:53:34PM +0530, Ashish Sangwan wrote: While performing punch hole for an inode, i_disksize is not changed. So, there is no need to add the inode to orphan list. Signed-off-by: Ashish Sangwan ashish.sangw...@gmail.com Signed-off-by: Namjae Jeon linkinj...@gmail.com

Re: [PATCH RESEND] Ext4: No need to add inode to orphan list during hole punch

2012-07-29 Thread Zheng Liu
On Wed, Jul 25, 2012 at 07:53:34PM +0530, Ashish Sangwan wrote: > While performing punch hole for an inode, i_disksize is not changed. > So, there is no need to add the inode to orphan list. > > Signed-off-by: Ashish Sangwan > Signed-off-by: Namjae Jeon Acked-by: Zheng Liu Regards, Zheng >

Re: [PATCH RESEND] Ext4: No need to add inode to orphan list during hole punch

2012-07-29 Thread Zheng Liu
On Wed, Jul 25, 2012 at 07:53:34PM +0530, Ashish Sangwan wrote: While performing punch hole for an inode, i_disksize is not changed. So, there is no need to add the inode to orphan list. Signed-off-by: Ashish Sangwan ashish.sangw...@gmail.com Signed-off-by: Namjae Jeon linkinj...@gmail.com

[PATCH RESEND] Ext4: No need to add inode to orphan list during hole punch

2012-07-25 Thread Ashish Sangwan
While performing punch hole for an inode, i_disksize is not changed. So, there is no need to add the inode to orphan list. Signed-off-by: Ashish Sangwan Signed-off-by: Namjae Jeon --- fs/ext4/extents.c |4 1 file changed, 4 deletions(-) diff --git a/fs/ext4/extents.c

[PATCH RESEND] Ext4: No need to add inode to orphan list during hole punch

2012-07-25 Thread Ashish Sangwan
While performing punch hole for an inode, i_disksize is not changed. So, there is no need to add the inode to orphan list. Signed-off-by: Ashish Sangwan ashish.sangw...@gmail.com Signed-off-by: Namjae Jeon linkinj...@gmail.com --- fs/ext4/extents.c |4 1 file changed, 4 deletions(-)