]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: remove useless condition in if statement.
authorWei Yuan <weiyuan.wei@huawei.com>
Fri, 3 Apr 2015 03:50:48 +0000 (23:50 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 3 Apr 2015 03:50:48 +0000 (23:50 -0400)
commit5e646850298c0518988f82543b37906f06297eeb
tree189f8946245e27436587f268f0c964e10467b97d
parente6fe51b1c2fc1fb801608df67532f87e7813c6cb
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>
fs/ext4/xattr.c