]> www.infradead.org Git - nvme.git/commit
bcachefs: Fix BCH_SB_ERRS() so we can reorder
authorKent Overstreet <kent.overstreet@linux.dev>
Thu, 26 Sep 2024 19:30:17 +0000 (15:30 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 28 Sep 2024 01:46:35 +0000 (21:46 -0400)
commit8d65b15f8d93638cfa9dae20a4274d5059c3b9d2
tree19cee2c6c4917201a9bb96f41b7caf1553a6199d
parent5612daafb76420c6793dc48ce6d0c20f36cc7981
bcachefs: Fix BCH_SB_ERRS() so we can reorder

BCH_SB_ERRS() has a field for the actual enum val so that we can reorder
to reorganize, but the way BCH_SB_ERR_MAX was defined didn't allow for
this.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/bcachefs.h
fs/bcachefs/sb-downgrade.c
fs/bcachefs/sb-errors.c
fs/bcachefs/sb-errors.h
fs/bcachefs/sb-errors_format.h