commit | 0ed4ca146efda60057782ccda6dc056bf538cc75 | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kent.overstreet@linux.dev> | Thu Aug 03 20:57:06 2023 -0400 |
committer | Kent Overstreet <kent.overstreet@linux.dev> | Sun Oct 22 17:10:09 2023 -0400 |
tree | bfef9b68303b7cc6a959bb4cb2b9b91f4837cd7a | |
parent | ad52bac251589cdcd206bfec46d670ba00e6edab [diff] |
bcachefs: Ensure topology repair runs This fixes should_restart_for_topology_repair() - previously it was returning false if the btree io path had already seleceted topology repair to run, even if it hadn't run yet. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>