diff options
| author | Christoph Hellwig <[email protected]> | 2024-06-28 15:16:48 +0200 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2024-06-28 10:25:00 -0600 |
| commit | f1e46758e8b2b04c725ac706b5f455c0de0486a4 (patch) | |
| tree | 3f1d22b6567f8e2cdd94126d7aba314dc9786d4a /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | 18048c1af7836b8e31739d9eaefebc2bf76261f7 (diff) | |
bcache: work around a __bitwise to bool conversion sparse warning
Sparse is a bit dumb about bitwise operation on __bitwise types used
in boolean contexts. Add a !! to explicitly propagate to boolean
without a warning.
Fixes: fcf865e357f8 ("block: convert features and flags to __bitwise types")
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
Acked-by: Kent Overstreet <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions