From: Kent Overstreet Date: Tue, 29 Oct 2024 05:17:08 +0000 (-0400) Subject: bcachefs: lru errors are expected when reconstructing alloc X-Git-Tag: v6.14-rc1~204^2~189 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=79c5e3c7934cb1358ae403d8a9e4bf84c2195581;p=thirdparty%2Flinux.git bcachefs: lru errors are expected when reconstructing alloc Signed-off-by: Kent Overstreet --- diff --git a/fs/bcachefs/recovery.c b/fs/bcachefs/recovery.c index 4316981890909..7086a72269895 100644 --- a/fs/bcachefs/recovery.c +++ b/fs/bcachefs/recovery.c @@ -113,6 +113,8 @@ static void bch2_reconstruct_alloc(struct bch_fs *c) __set_bit_le64(BCH_FSCK_ERR_fs_usage_persistent_reserved_wrong, ext->errors_silent); __set_bit_le64(BCH_FSCK_ERR_fs_usage_replicas_wrong, ext->errors_silent); + __set_bit_le64(BCH_FSCK_ERR_alloc_key_to_missing_lru_entry, ext->errors_silent); + __set_bit_le64(BCH_FSCK_ERR_alloc_key_data_type_wrong, ext->errors_silent); __set_bit_le64(BCH_FSCK_ERR_alloc_key_gen_wrong, ext->errors_silent); __set_bit_le64(BCH_FSCK_ERR_alloc_key_dirty_sectors_wrong, ext->errors_silent);