mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
missing: drop BCACHEFS_SUPER_MAGIC as it is now defined in linux/magic.h
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user