]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(BFS_MAGIC): Added.
authorUlrich Drepper <drepper@redhat.com>
Sat, 13 Nov 1999 00:53:06 +0000 (00:53 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 13 Nov 1999 00:53:06 +0000 (00:53 +0000)
Add values for devpts, efs, qnx4 and reiser file systems.

sysdeps/unix/sysv/linux/linux_fsinfo.h

index 9dfb034b7dda8cc50326548a48054b0d544c39e2..69047e1853e8c56153a101ec8cecd652583ffe98 100644 (file)
@@ -1,5 +1,5 @@
 /* Constants from kernel header for various FSes.
-   Copyright (C) 1998 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
    appropriate definitions here.*/
 #define ADFS_SUPER_MAGIC       0xadf5
 #define AFFS_SUPER_MAGIC       0xadff
+#define BFS_MAGIC              0x1BADFACE
 #define CODA_SUPER_MAGIC       0x73757245
+#define DEVPTS_SUPER_MAGIC     0x1cd1
+#define EFS_SUPER_MAGIC                0x414A53
 #define EXT2_SUPER_MAGIC       0xef53
 #define HPFS_SUPER_MAGIC       0xf995e849
 #define ISOFS_SUPER_MAGIC      0x9660
@@ -38,6 +41,8 @@
 #define NCP_SUPER_MAGIC                0x564c
 #define NFS_SUPER_MAGIC                0x6969
 #define PROC_SUPER_MAGIC       0x9fa0
+#define QNX4_SUPER_MAGIC       0x002f
+#define REISERFS_SUPER_MAGIC   0x52654973
 #define SMB_SUPER_MAGIC                0x517b
 #define XENIX_SUPER_MAGIC      0x012ff7b4
 #define SYSV4_SUPER_MAGIC      0x012ff7b5
@@ -51,6 +56,7 @@
 #define MINIX_LINK_MAX         250
 #define MINIX2_LINK_MAX                65530
 #define XENIX_LINK_MAX         126     /* ?? */
+#define REISERFS_LINK_MAX      64535
 #define SYSV_LINK_MAX          126     /* 127? 251? */
 #define COH_LINK_MAX           10000
 #define UFS_LINK_MAX           EXT2_LINK_MAX