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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user