mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Sync with Linux 3.8
This commit is contained in:
@ -61,9 +61,15 @@
|
||||
#define EFS_SUPER_MAGIC 0x414a53
|
||||
#define EFS_MAGIC 0x072959
|
||||
|
||||
/* Constants that identifies the `evivar' filesystem. */
|
||||
#define EFIVARFS_MAGIC 0xde5e81e4
|
||||
|
||||
/* Constant that identifies the `ext2' and `ext3' filesystems. */
|
||||
#define EXT2_SUPER_MAGIC 0xef53
|
||||
|
||||
/* Constant that identifies the `f2fs' filesystem. */
|
||||
#define F2FS_SUPER_MAGIC 0xf2f52010
|
||||
|
||||
/* Constant that identifies the `hpfs' filesystem. */
|
||||
#define HPFS_SUPER_MAGIC 0xf995e849
|
||||
|
||||
@ -153,6 +159,7 @@
|
||||
#define COH_LINK_MAX 10000
|
||||
#define EXT2_LINK_MAX 32000
|
||||
#define EXT4_LINK_MAX 65000
|
||||
#define F2FS_LINK_MAX 32000
|
||||
#define LUSTRE_LINK_MAX EXT4_LINK_MAX
|
||||
#define MINIX2_LINK_MAX 65530
|
||||
#define MINIX_LINK_MAX 250
|
||||
|
Reference in New Issue
Block a user