30 lines
1.1 KiB
Diff
30 lines
1.1 KiB
Diff
From cf44b080f7d9c6c7f7e17a4b3cfc3a7ddf7c0111 Mon Sep 17 00:00:00 2001
|
|
From: Kent Overstreet <kent.overstreet@linux.dev>
|
|
Date: Sun, 8 Dec 2024 21:10:27 -0500
|
|
Subject: [PATCH 197/233] bcachefs: check_indirect_extents can run online
|
|
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/recovery_passes_types.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/fs/bcachefs/recovery_passes_types.h b/fs/bcachefs/recovery_passes_types.h
|
|
index 94dc20ca2065..2b3ef3980fc3 100644
|
|
--- a/fs/bcachefs/recovery_passes_types.h
|
|
+++ b/fs/bcachefs/recovery_passes_types.h
|
|
@@ -43,7 +43,7 @@
|
|
x(fs_upgrade_for_subvolumes, 22, 0) \
|
|
x(check_inodes, 24, PASS_FSCK) \
|
|
x(check_extents, 25, PASS_FSCK) \
|
|
- x(check_indirect_extents, 26, PASS_FSCK) \
|
|
+ x(check_indirect_extents, 26, PASS_ONLINE|PASS_FSCK) \
|
|
x(check_dirents, 27, PASS_FSCK) \
|
|
x(check_xattrs, 28, PASS_FSCK) \
|
|
x(check_root, 29, PASS_ONLINE|PASS_FSCK) \
|
|
--
|
|
2.45.2
|
|
|