aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd2/commit.c
diff options
context:
space:
mode:
authorJiapeng Chong <[email protected]>2024-08-30 07:17:13 +0000
committerTheodore Ts'o <[email protected]>2024-11-13 04:54:13 +0000
commitc7f9a6fa405248bbd2a398c91d4df30b399f84aa (patch)
tree128e4303905e0a49a6a59004cc3580dcd4dbe43d /fs/jbd2/commit.c
parentext4: fix FS_IOC_GETFSMAP handling (diff)
downloadkernel-c7f9a6fa405248bbd2a398c91d4df30b399f84aa.tar.gz
kernel-c7f9a6fa405248bbd2a398c91d4df30b399f84aa.zip
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 <[email protected]> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9837 Signed-off-by: Jiapeng Chong <[email protected]> Reviewed-by: Jan Kara <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions