bcachefs: Fix drop_alloc_keys()
authorKent Overstreet <kent.overstreet@linux.dev>
Fri, 29 Sep 2023 20:13:00 +0000 (16:13 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:10:16 +0000 (17:10 -0400)
commit795413c5488536476dacff9e565e53a51d7798d8
treef74ab4d253373e25717949d979aa5b0e4d9d423e
parent37fad9497f5d37d89ed06faa64d580d1451be664
bcachefs: Fix drop_alloc_keys()

For consistency with the rest of the reconstruct_alloc option, we should
be skipping all alloc keys.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/recovery.c