mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
* sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max): Report correct value for vxfs. * sysdeps/unix/sysv/linux/linux_fsinfo.h: Dfeine VXFS_SUPER_MAGIC.
This commit is contained in:
@ -126,6 +126,9 @@
|
||||
/* Constants that identify the `xfs' filesystem. */
|
||||
#define XFS_SUPER_MAGIC 0x58465342
|
||||
|
||||
/* Constants that identify the `vxfs' filesystem. */
|
||||
#define VXFS_SUPER_MAGIC 0xa501fcf5
|
||||
|
||||
/* Maximum link counts. */
|
||||
#define COH_LINK_MAX 10000
|
||||
#define EXT2_LINK_MAX 32000
|
||||
|
Reference in New Issue
Block a user