diff options
author | Neal Gompa <neal@gompa.dev> | 2024-02-12 04:34:44 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2024-03-04 18:24:52 +0300 |
commit | f840ab792469aeb9a415f4b8f6943d9881b4d1bb (patch) | |
tree | 8218be1275a9b8d50e312fa299b9e221b9907251 /scripts/gdb/linux/utils.py | |
parent | 636d91d7ee2399df59366fc32b10aa79ba80eefd (diff) | |
download | linux-f840ab792469aeb9a415f4b8f6943d9881b4d1bb.tar.xz |
btrfs: sysfs: drop unnecessary double logical negation in acl_show()
The IS_ENABLED() macro already guarantees the result will be a
suitable boolean return value ("1" for enabled, and "0" for disabled).
Thus, it seems that the "!!" used right before is unnecessary to force
the 0/1 values.
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: Neal Gompa <neal@gompa.dev>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions