1
0
mirror of https://github.com/systemd/systemd synced 2024-07-01 07:34:28 +00:00

missing: drop BCACHEFS_SUPER_MAGIC as it is now defined in linux/magic.h

This commit is contained in:
Yu Watanabe 2024-05-31 11:28:15 +09:00
parent 0cced2948f
commit 0b37761936

View File

@ -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