summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-06-22 13:39:26 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2023-06-22 13:39:26 -0400
commitedcd38ce0ae466b9529e6a276bdc6390d00d2cf5 (patch)
tree520a95a846d0c4819071c215890316c5a1e68b25
parent3066ea4aec877a729477e11d44d3e21a376c45ad (diff)
fixup! bcachefs: Switch to uuid_t instead of uuid_le
-rw-r--r--fs/bcachefs/bcachefs_format.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/bcachefs/bcachefs_format.h b/fs/bcachefs/bcachefs_format.h
index d1c5214fde58..b0961261c6d9 100644
--- a/fs/bcachefs/bcachefs_format.h
+++ b/fs/bcachefs/bcachefs_format.h
@@ -1925,13 +1925,6 @@ enum bch_compression_opts {
* xored with the first part of the cache set's UUID
*/
-#define BCACHE_MAGIC_LE \
- UUID_LE(0xf67385c6, 0x1a4e, 0xca45, \
- 0x82, 0x65, 0xf5, 0x7f, 0x48, 0xba, 0x6d, 0x81)
-#define BCHFS_MAGIC_LE \
- UUID_LE(0xf67385c6, 0xce66, 0xa990, \
- 0xd9, 0x6a, 0x60, 0xcf, 0x80, 0x3d, 0xf7, 0xef)
-
#define BCACHE_MAGIC \
UUID_INIT(0xc68573f6, 0x4e1a, 0x45ca, \
0x82, 0x65, 0xf5, 0x7f, 0x48, 0xba, 0x6d, 0x81)