summaryrefslogtreecommitdiff
path: root/arch/arm64
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@linaro.org>2024-04-05 18:01:02 +0300
committerKent Overstreet <kent.overstreet@linux.dev>2024-04-05 14:42:37 -0400
commita6c4162d844dae4dbfea1bf9ecffcb852d3ed615 (patch)
treef9905c5d74f7a83998175fe121a43d894168cb52 /arch/arm64
parent5957e0a28b5177849f7666d041b32f5dc7d27427 (diff)
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 'arch/arm64')
0 files changed, 0 insertions, 0 deletions