projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cced29
)
missing: drop BCACHEFS_SUPER_MAGIC as it is now defined in linux/magic.h
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Fri, 31 May 2024 02:28:15 +0000
(11:28 +0900)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Wed, 19 Jun 2024 17:35:35 +0000
(
02:35
+0900)
src/basic/missing_magic.h
patch
|
blob
|
history
diff --git
a/src/basic/missing_magic.h
b/src/basic/missing_magic.h
index 4e930ac39c8e508a73cb8468646dc0b58b67aed3..fe54bbc7563edea6ff3eff7318c7f0865336f86a 100644
(file)
--- a/
src/basic/missing_magic.h
+++ b/
src/basic/missing_magic.h
@@
-100,10
+100,3
@@
assert_cc(NTFS_SB_MAGIC == 0x5346544e);
#else
assert_cc(NTFS3_SUPER_MAGIC == 0x7366746e);
#endif
-
-/* Added in Linux commit e2f48c48090dea172c0c571101041de64634dae5. Remove when next sync'd */
-#ifndef BCACHEFS_SUPER_MAGIC
-# define BCACHEFS_SUPER_MAGIC 0xca451a4e
-#else
-assert_cc(BCACHEFS_SUPER_MAGIC == 0xca451a4e)
-#endif