diff options
author | Jiapeng Chong <jiapeng.chong@linux.alibaba.com> | 2024-08-30 10:17:13 +0300 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2024-11-13 07:54:13 +0300 |
commit | c7f9a6fa405248bbd2a398c91d4df30b399f84aa (patch) | |
tree | 128e4303905e0a49a6a59004cc3580dcd4dbe43d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 4a622e4d477bb12ad5ed4abbc7ad1365de1fa347 (diff) | |
download | linux-c7f9a6fa405248bbd2a398c91d4df30b399f84aa.tar.xz |
ext4: simplify if condition
The if condition !A || A && B can be simplified to !A || B.
./fs/ext4/fast_commit.c:362:21-23: WARNING !A || A && B is equivalent to !A || B.
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9837
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://patch.msgid.link/20240830071713.40565-1-jiapeng.chong@linux.alibaba.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions