Return 64 for pathconf(_PC_FILESIZEBITS) on tmpfs.
Sponsored by: Chelsio Communications
This commit is contained in:
parent
4c002e6d8f
commit
a0f436b3ed
@ -1353,7 +1353,7 @@ tmpfs_pathconf(struct vop_pathconf_args *v)
|
||||
break;
|
||||
|
||||
case _PC_FILESIZEBITS:
|
||||
*retval = 0; /* XXX Don't know which value should I return. */
|
||||
*retval = 64;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user