diff options
| author | Kent Overstreet <kent.overstreet@linux.dev> | 2025-05-10 01:12:59 +0300 |
|---|---|---|
| committer | Kent Overstreet <kent.overstreet@linux.dev> | 2025-05-22 03:14:52 +0300 |
| commit | 20a4b7f3b802f37e44a3c10f97d6ae1aae4daa4e (patch) | |
| tree | 6c979a7016d37f93b4b29e4b5aee35dad73a3ada | |
| parent | 3b7b0c3996b570f9c305c6f3df475a719920d65c (diff) | |
| download | linux-20a4b7f3b802f37e44a3c10f97d6ae1aae4daa4e.tar.xz | |
bcachefs: recovery_passes_types.h -> recovery_passes_format.h
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
| -rw-r--r-- | fs/bcachefs/bcachefs.h | 1 | ||||
| -rw-r--r-- | fs/bcachefs/bcachefs_format.h | 1 | ||||
| -rw-r--r-- | fs/bcachefs/recovery_passes_format.h (renamed from fs/bcachefs/recovery_passes_types.h) | 6 |
3 files changed, 4 insertions, 4 deletions
diff --git a/fs/bcachefs/bcachefs.h b/fs/bcachefs/bcachefs.h index 66659dade3f0..b4209e270712 100644 --- a/fs/bcachefs/bcachefs.h +++ b/fs/bcachefs/bcachefs.h @@ -213,7 +213,6 @@ #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" diff --git a/fs/bcachefs/bcachefs_format.h b/fs/bcachefs/bcachefs_format.h index a483d440fa39..df5a4d4df640 100644 --- a/fs/bcachefs/bcachefs_format.h +++ b/fs/bcachefs/bcachefs_format.h @@ -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" diff --git a/fs/bcachefs/recovery_passes_types.h b/fs/bcachefs/recovery_passes_format.h index be3185fc6ef4..291f58dfbd24 100644 --- a/fs/bcachefs/recovery_passes_types.h +++ b/fs/bcachefs/recovery_passes_format.h @@ -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 */ |
