1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

Sync with Linux 3.8

This commit is contained in:
Andreas Jaeger
2013-03-06 16:35:19 +01:00
parent 5c56e93368
commit 67525cb832
25 changed files with 108 additions and 6 deletions

View File

@ -168,6 +168,9 @@ __statfs_link_max (int result, const struct statfs *fsbuf, const char *file,
the hard way. */
return distinguish_extX (fsbuf, file, fd);
case F2FS_SUPER_MAGIC:
return F2FS_LINK_MAX;
case MINIX_SUPER_MAGIC:
case MINIX_SUPER_MAGIC2:
return MINIX_LINK_MAX;
@ -221,6 +224,9 @@ __statfs_filesize_max (int result, const struct statfs *fsbuf)
switch (fsbuf->f_type)
{
case F2FS_SUPER_MAGIC:
return 256;
case BTRFS_SUPER_MAGIC:
return 255;