commit | 5f80f62adae2a2920781a847805d34b36b323f7d | [log] [tgz] |
---|---|---|
author | Wei Yuan <weiyuan.wei@huawei.com> | Thu Apr 02 23:50:48 2015 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Apr 02 23:50:48 2015 -0400 |
tree | 189f8946245e27436587f268f0c964e10467b97d | |
parent | 72b8e0f9fa8aee7e623808af1a5f33b70ebcb2c7 [diff] |
ext4: remove useless condition in if statement. In this if statement, the previous condition is useless, the later one has covered it. Signed-off-by: Weiyuan <weiyuan.wei@huawei.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Lukas Czerner <lczerner@redhat.com>