diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2022-12-03 01:46:49 +0100 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-22 23:09:47 +0200 |
commit | e15382125948523cd5c887c5fe4fa4303e9a9dc1 (patch) | |
tree | dfd132fa442aae03f442c28f73811aca85107600 /fs/bcachefs/bcachefs_format.h | |
parent | bcachefs: extents no longer require special handling for packing (diff) | |
download | linux-e15382125948523cd5c887c5fe4fa4303e9a9dc1.tar.xz linux-e15382125948523cd5c887c5fe4fa4303e9a9dc1.zip |
bcachefs: New magic number
Add a new bcachefs-specific magic number for the superblock, instead of
continuing to use the old bcache magic number3
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/bcachefs_format.h')
-rw-r--r-- | fs/bcachefs/bcachefs_format.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/bcachefs_format.h b/fs/bcachefs/bcachefs_format.h index 6e01fd81e3f0..6ee9321e7d21 100644 --- a/fs/bcachefs/bcachefs_format.h +++ b/fs/bcachefs/bcachefs_format.h @@ -1514,7 +1514,7 @@ struct bch_sb_layout { * @version_min - Oldest metadata version this filesystem contains; so we can * safely drop compatibility code and refuse to mount filesystems * we'd need it for - * @magic - identifies as a bcachefs superblock (BCACHE_MAGIC) + * @magic - identifies as a bcachefs superblock (BCHFS_MAGIC) * @seq - incremented each time superblock is written * @uuid - used for generating various magic numbers and identifying * member devices, never changes |