git: Revert "sys/vfs/msdosfs: Correct _PC_FILESIZEBITS value"
Sascha Wildner
swildner at crater.dragonflybsd.org
Thu Nov 14 03:10:00 PST 2019
commit 7b0238f84e3c19f5a6d3fbd870ee43c61634537f
Author: Sascha Wildner <saw at online.de>
Date: Thu Nov 14 11:13:19 2019 +0100
Revert "sys/vfs/msdosfs: Correct _PC_FILESIZEBITS value"
This reverts commit 6a951e106bca493303959d97e688c06f9ec21f3a.
32 bits is not enough because per the standard, it has to be the
minimum number of bits needed to represent, "as a signed integer
value", the maximum size of a regular file allowed in the specified
directory. And 32 is the lower limit of this value.
https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/limits.h.html
Summary of changes:
sys/vfs/msdosfs/msdosfs_vnops.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7b0238f84e3c19f5a6d3fbd870ee43c61634537f
--
DragonFly BSD source repository
More information about the Commits
mailing list