[GIT PULL] bcachefs hotfix for 6.14-rc7
From: Kent Overstreet
Date: Fri Mar 14 2025 - 11:37:54 EST
The following changes since commit 9c18ea7ffee090b47afaa7dc41903fb1b436d7bd:
bcachefs: bch2_get_random_u64_below() (2025-03-13 12:40:22 -0400)
are available in the Git repository at:
git://evilpiepirate.org/bcachefs.git tags/bcachefs-2025-03-14
for you to fetch changes up to 90fd9ad5b0c981693c8512d9da01f14fb6596e9d:
bcachefs: Change btree wb assert to runtime error (2025-03-14 10:25:25 -0400)
----------------------------------------------------------------
bcachefs fix for 6.14-rc7
This one is high priority: a user hit an assertion in the upgrade to
6.14, and we don't have a reproducer, so this changes the assertion to
an emergency read-only with more info so we can debug it.
----------------------------------------------------------------
Kent Overstreet (1):
bcachefs: Change btree wb assert to runtime error
fs/bcachefs/btree_update.h | 8 ++++++++
fs/bcachefs/btree_write_buffer.c | 21 ++++++++++++++++++++-
2 files changed, 28 insertions(+), 1 deletion(-)