diff options
author | 2024-04-05 18:01:02 +0300 | |
---|---|---|
committer | 2024-04-05 14:42:37 -0400 | |
commit | a6c4162d844dae4dbfea1bf9ecffcb852d3ed615 (patch) | |
tree | f9905c5d74f7a83998175fe121a43d894168cb52 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | bcachefs: Fix rebalance from durability=0 device (diff) | |
download | wireguard-linux-a6c4162d844dae4dbfea1bf9ecffcb852d3ed615.tar.xz wireguard-linux-a6c4162d844dae4dbfea1bf9ecffcb852d3ed615.zip |
bcachefs: fix ! vs ~ typo in __clear_bit_le64()
The ! was obviously intended to be ~. As it is, this function does
the equivalent to: "addr[bit / 64] = 0;".
Fixes: 27fcec6c27ca ("bcachefs: Clear recovery_passes_required as they complete without errors")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions