about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/pathconf.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-09-04 14:42:25 +0000
committerUlrich Drepper <drepper@redhat.com>2003-09-04 14:42:25 +0000
commit17f83e56d0d54b3e36912d5ba1795624497d2559 (patch)
tree68ed589bf7d6caff261cfc662abd27b25994e741 /sysdeps/unix/sysv/linux/pathconf.c
parentfbb37d259d798875a5977a84840c81b06f49b641 (diff)
downloadglibc-17f83e56d0d54b3e36912d5ba1795624497d2559.tar.gz
glibc-17f83e56d0d54b3e36912d5ba1795624497d2559.tar.xz
glibc-17f83e56d0d54b3e36912d5ba1795624497d2559.zip
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.
Diffstat (limited to 'sysdeps/unix/sysv/linux/pathconf.c')
-rw-r--r--sysdeps/unix/sysv/linux/pathconf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/pathconf.c b/sysdeps/unix/sysv/linux/pathconf.c
index d4159753a6..e12a08434a 100644
--- a/sysdeps/unix/sysv/linux/pathconf.c
+++ b/sysdeps/unix/sysv/linux/pathconf.c
@@ -130,6 +130,7 @@ __statfs_filesize_max (int result, const struct statfs *fsbuf)
     case NTFS_SUPER_MAGIC:
     case UDF_SUPER_MAGIC:
     case JFS_SUPER_MAGIC:
+    case VXFS_SUPER_MAGIC:
       return 64;
 
     case MSDOS_SUPER_MAGIC: