Re: [PATCH] Btrfs: cleanup to remove reduplicate code in iterate_extent_inode()

2013-03-31 Thread Wang Shilong
Just ignore this patch, i have merge the correct modification of this patch to the [patch V2] fix double free in the iterate_extent_inodes(). Thanks, Wang On 03/30/13 12:55, Wang Shilong wrote: snip On 03/29/13 14:42, Wang Shilong wrote: From: Wang Shilong wangsl-f...@cn.fujitsu.com

Re: [PATCH] Btrfs: cleanup to remove reduplicate code in iterate_extent_inode()

2013-03-30 Thread Wang Shilong
Hello, On 03/29/13 14:42, Wang Shilong wrote: From: Wang Shilong wangsl-f...@cn.fujitsu.com Just remove the unnecessary check and assignment. Signed-off-by: Wang Shilong wangsl-f...@cn.fujitsu.com --- fs/btrfs/backref.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff

Re: [PATCH] Btrfs: cleanup to remove reduplicate code in iterate_extent_inode()

2013-03-30 Thread Arne Jansen
On 03/30/13 12:55, Wang Shilong wrote: snip On 03/29/13 14:42, Wang Shilong wrote: From: Wang Shilong wangsl-f...@cn.fujitsu.com Just remove the unnecessary check and assignment. Signed-off-by: Wang Shilong wangsl-f...@cn.fujitsu.com --- fs/btrfs/backref.c | 3 +-- 1 file changed, 1

[PATCH] Btrfs: cleanup to remove reduplicate code in iterate_extent_inode()

2013-03-29 Thread Wang Shilong
From: Wang Shilong wangsl-f...@cn.fujitsu.com Just remove the unnecessary check and assignment. Signed-off-by: Wang Shilong wangsl-f...@cn.fujitsu.com --- fs/btrfs/backref.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fs/btrfs/backref.c b/fs/btrfs/backref.c index