Re: [PATCH] ext4: Remove useless condition in if statement.

2015-04-02 Thread Theodore Ts'o
On Tue, Mar 17, 2015 at 09:31:54AM +0800, Wei Yuan wrote: > In this if statement, the previous condition is useless, the later one has > covered it. > > Signed-off-by: Weiyuan Applied, thanks. - Ted -- To unsubscribe from this list: send the line

Re: [PATCH] ext4: Remove useless condition in if statement.

2015-04-02 Thread Theodore Ts'o
On Tue, Mar 17, 2015 at 09:31:54AM +0800, Wei Yuan wrote: In this if statement, the previous condition is useless, the later one has covered it. Signed-off-by: Weiyuan weiyuan@huawei.com Applied, thanks. - Ted -- To unsubscribe from this list:

Re: [PATCH] ext4: Remove useless condition in if statement.

2015-03-19 Thread Lukáš Czerner
On Tue, 17 Mar 2015, Wei Yuan wrote: > Date: Tue, 17 Mar 2015 09:31:54 +0800 > From: Wei Yuan > To: ty...@mit.edu, adilger.ker...@dilger.ca > Cc: linux-e...@vger.kernel.org, linux-kernel@vger.kernel.org > Subject: [PATCH] ext4: Remove useless condition in if statement. > >

Re: [PATCH] ext4: Remove useless condition in if statement.

2015-03-19 Thread Lukáš Czerner
On Tue, 17 Mar 2015, Wei Yuan wrote: Date: Tue, 17 Mar 2015 09:31:54 +0800 From: Wei Yuan weiyuan@huawei.com To: ty...@mit.edu, adilger.ker...@dilger.ca Cc: linux-e...@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] ext4: Remove useless condition in if statement

[PATCH] ext4: Remove useless condition in if statement.

2015-03-16 Thread Wei Yuan
In this if statement, the previous condition is useless, the later one has covered it. Signed-off-by: Weiyuan --- fs/ext4/xattr.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fs/ext4/xattr.c b/fs/ext4/xattr.c index 1e09fc7..f2ccad7 100644 --- a/fs/ext4/xattr.c +++

[PATCH] ext4: Remove useless condition in if statement.

2015-03-16 Thread Wei Yuan
In this if statement, the previous condition is useless, the later one has covered it. Signed-off-by: Weiyuan weiyuan@huawei.com --- fs/ext4/xattr.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fs/ext4/xattr.c b/fs/ext4/xattr.c index 1e09fc7..f2ccad7 100644 ---