30 lines
1.1 KiB
Diff
30 lines
1.1 KiB
Diff
From 658ca218178763396a5647ea63cf3e2f1a669e4d Mon Sep 17 00:00:00 2001
|
|
From: Kent Overstreet <kent.overstreet@linux.dev>
|
|
Date: Sun, 24 Nov 2024 22:45:25 -0500
|
|
Subject: [PATCH 120/233] bcachefs: backpointer_to_missing_ptr is now autofix
|
|
Content-Type: text/plain; charset="utf-8"
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
|
|
Signed-off-by: Alexander Miroshnichenko <alex@millerson.name>
|
|
---
|
|
fs/bcachefs/sb-errors_format.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/fs/bcachefs/sb-errors_format.h b/fs/bcachefs/sb-errors_format.h
|
|
index 9e3425f533bc..d45d0789f1b1 100644
|
|
--- a/fs/bcachefs/sb-errors_format.h
|
|
+++ b/fs/bcachefs/sb-errors_format.h
|
|
@@ -141,7 +141,7 @@ enum bch_fsck_flags {
|
|
x(backpointer_dev_bad, 297, 0) \
|
|
x(backpointer_to_missing_device, 126, 0) \
|
|
x(backpointer_to_missing_alloc, 127, 0) \
|
|
- x(backpointer_to_missing_ptr, 128, 0) \
|
|
+ x(backpointer_to_missing_ptr, 128, FSCK_AUTOFIX) \
|
|
x(lru_entry_at_time_0, 129, FSCK_AUTOFIX) \
|
|
x(lru_entry_to_invalid_bucket, 130, FSCK_AUTOFIX) \
|
|
x(lru_entry_bad, 131, FSCK_AUTOFIX) \
|
|
--
|
|
2.45.2
|
|
|