, linux-kernel@vger.kernel.org,
> > lczer...@redhat.com, lize...@huawei.com
> > Subject: [PATCH] ext3: Remove useless condition in if statement.
> >
> > In this if statement, the previous condition is useless, the later one has
> > covered it.
>
> Nice that you'
t; Subject: [PATCH] ext3: Remove useless condition in if statement.
>
> In this if statement, the previous condition is useless, the later one has
> covered it.
Nice that you've send this ext3 counterpart for ext4 patch. Thanks!
Reviewed-by: Lukas Czerner
>
> Signed-off-by:
In this if statement, the previous condition is useless, the later one has
covered it.
Signed-off-by: Weiyuan
---
fs/ext3/xattr.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/fs/ext3/xattr.c b/fs/ext3/xattr.c
index c6874be..24215dc 100644
--- a/fs/ext3/xattr.c
+++ b/fs/
3 matches
Mail list logo