@@ -1371,7 +1371,6 @@ cfg_if! {
13711371 pub const AFFS_SUPER_MAGIC : :: c_long = 0x0000adff ;
13721372 pub const AFS_SUPER_MAGIC : :: c_long = 0x5346414f ;
13731373 pub const AUTOFS_SUPER_MAGIC : :: c_long = 0x0187 ;
1374- pub const BINDERFS_SUPER_MAGIC : :: c_long = 0x6c6f6f70 ;
13751374 pub const BPF_FS_MAGIC : :: c_long = 0xcafe4a11 ;
13761375 pub const BTRFS_SUPER_MAGIC : :: c_long = 0x9123683e ;
13771376 pub const CGROUP2_SUPER_MAGIC : :: c_long = 0x63677270 ;
@@ -1420,13 +1419,11 @@ cfg_if! {
14201419 pub const UDF_SUPER_MAGIC : :: c_long = 0x15013346 ;
14211420 pub const USBDEVICE_SUPER_MAGIC : :: c_long = 0x00009fa2 ;
14221421 pub const XENFS_SUPER_MAGIC : :: c_long = 0xabba1974 ;
1423- pub const XFS_SUPER_MAGIC : :: c_long = 0x58465342 ;
14241422 } else if #[ cfg( target_arch = "s390x" ) ] {
14251423 pub const ADFS_SUPER_MAGIC : :: c_uint = 0x0000adf5 ;
14261424 pub const AFFS_SUPER_MAGIC : :: c_uint = 0x0000adff ;
14271425 pub const AFS_SUPER_MAGIC : :: c_uint = 0x5346414f ;
14281426 pub const AUTOFS_SUPER_MAGIC : :: c_uint = 0x0187 ;
1429- pub const BINDERFS_SUPER_MAGIC : :: c_uint = 0x6c6f6f70 ;
14301427 pub const BPF_FS_MAGIC : :: c_uint = 0xcafe4a11 ;
14311428 pub const BTRFS_SUPER_MAGIC : :: c_uint = 0x9123683e ;
14321429 pub const CGROUP2_SUPER_MAGIC : :: c_uint = 0x63677270 ;
@@ -1475,7 +1472,6 @@ cfg_if! {
14751472 pub const UDF_SUPER_MAGIC : :: c_uint = 0x15013346 ;
14761473 pub const USBDEVICE_SUPER_MAGIC : :: c_uint = 0x00009fa2 ;
14771474 pub const XENFS_SUPER_MAGIC : :: c_uint = 0xabba1974 ;
1478- pub const XFS_SUPER_MAGIC : :: c_uint = 0x58465342 ;
14791475 }
14801476}
14811477
0 commit comments