mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
bcachefs: recovery_passes_types.h -> recovery_passes_format.h
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
3b7b0c3996
commit
20a4b7f3b8
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
Loading…
Reference in New Issue
Block a user