On Fri, Apr 05, 2024 at 06:01:02PM +0300, Dan Carpenter wrote: > 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@xxxxxxxxxx> Thanks, applied