bcachefs: Add persistent identifiers for recovery passes
authorKent Overstreet <kent.overstreet@linux.dev>
Fri, 29 Dec 2023 19:40:03 +0000 (14:40 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Mon, 1 Jan 2024 16:47:07 +0000 (11:47 -0500)
commit808c680f2a256188951805f05c907d40919db37a
tree4634c24a756d5fb56040194e2562f31a5b92e17c
parent560661d4ae067276c14bf0dc89fdd0228f993150
bcachefs: Add persistent identifiers for recovery passes

The next patch will start to refer to recovery passes from the
superblock; naturally, we now need identifiers that don't change, since
the existing enum is in the order in which they are run and is not
fixed.

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