diff options
author | 2022-10-04 16:23:59 -0700 | |
---|---|---|
committer | 2022-11-12 20:59:42 +0300 | |
commit | 75b5e47201329537c8b88531a59aab2cbcec8d61 (patch) | |
tree | 906bdc77154640ffde7d7380abe9e3e5847468e5 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | fs/ntfs3: Validate attribute data and valid sizes (diff) | |
download | wireguard-linux-75b5e47201329537c8b88531a59aab2cbcec8d61.tar.xz wireguard-linux-75b5e47201329537c8b88531a59aab2cbcec8d61.zip |
fs/ntfs3: Eliminate unnecessary ternary operator in ntfs_d_compare()
'a == b ? 0 : 1' is logically equivalent to 'a != b'.
Suggested-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions