]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
bcachefs: recovery_passes_types.h -> recovery_passes_format.h
authorKent Overstreet <kent.overstreet@linux.dev>
Fri, 9 May 2025 22:12:59 +0000 (18:12 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 22 May 2025 00:14:52 +0000 (20:14 -0400)
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/bcachefs.h
fs/bcachefs/bcachefs_format.h
fs/bcachefs/recovery_passes_format.h [moved from fs/bcachefs/recovery_passes_types.h with 95% similarity]

index 66659dade3f0b110e28fea6719cc2a8477a243f8..b4209e270712947bd11363d9aabb2e1dd7fec076 100644 (file)
 #include "fifo.h"
 #include "nocow_locking_types.h"
 #include "opts.h"
-#include "recovery_passes_types.h"
 #include "sb-errors_types.h"
 #include "seqmutex.h"
 #include "snapshot_types.h"
index a483d440fa39dd4c99192de6dc938fc1171e7d4a..df5a4d4df64041df3050aa96ef43ecce5aaded81 100644 (file)
@@ -510,6 +510,7 @@ struct bch_sb_field {
 #include "logged_ops_format.h"
 #include "lru_format.h"
 #include "quota_format.h"
+#include "recovery_passes_format.h"
 #include "reflink_format.h"
 #include "replicas_format.h"
 #include "snapshot_format.h"
similarity index 95%
rename from fs/bcachefs/recovery_passes_types.h
rename to fs/bcachefs/recovery_passes_format.h
index be3185fc6ef4a26389d7f7406f5c01f028d7bb92..291f58dfbd2453c04d64c7f799d8f7a04d146e52 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
-#ifndef _BCACHEFS_RECOVERY_PASSES_TYPES_H
-#define _BCACHEFS_RECOVERY_PASSES_TYPES_H
+#ifndef _BCACHEFS_RECOVERY_PASSES_FORMAT_H
+#define _BCACHEFS_RECOVERY_PASSES_FORMAT_H
 
 #define PASS_SILENT            BIT(0)
 #define PASS_FSCK              BIT(1)
@@ -81,4 +81,4 @@ enum bch_recovery_pass_stable {
 #undef x
 };
 
-#endif /* _BCACHEFS_RECOVERY_PASSES_TYPES_H */
+#endif /* _BCACHEFS_RECOVERY_PASSES_FORMAT_H */