Set max file/folder name length. (#87)

geesefs-0-30-9
Brendan McMillion 2020-07-06 00:59:50 -07:00 committed by GitHub
parent 05606cde59
commit f8927095af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -706,6 +706,7 @@ func (c *Connection) kernelResponseForOp(
out.St.Bavail = o.BlocksAvailable
out.St.Files = o.Inodes
out.St.Ffree = o.InodesFree
out.St.Namelen = 255
// The posix spec for sys/statvfs.h (http://goo.gl/LktgrF) defines the
// following fields of statvfs, among others: