bcachefs: We can handle missing btree roots for all alloc btrees
authorKent Overstreet <kent.overstreet@gmail.com>
Thu, 23 Jun 2022 03:06:16 +0000 (23:06 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:36 +0000 (17:09 -0400)
commit3ab25c1b4ef2a57b8bc55e786e90af63f7d06663
treee4fe6df11f359ddc03a824d140fb54a6f4f72f53
parentb962552eabd59f0026dcc21c14775b9d78336baf
bcachefs: We can handle missing btree roots for all alloc btrees

We can rebuild alloc info if these btree roots are missing - no need to
bail out and say the filesystem is unrecoverable

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