freebsd-skq/sys/fs
Alan Somers bf50749773 fusefs: Fix the size of fuse_getattr_in
In FUSE protocol 7.9, the size of the FUSE_GETATTR request has increased.
However, the fusefs driver is currently not sending the additional fields.
In our implementation, the additional fields are always zero, so I there
haven't been any test failures until now.  But fusefs-lkl requires the
request's length to be correct.

Fix this bug, and also enhance the test suite to catch similar bugs.

PR:		239830
MFC after:	2 weeks
MFC-With:	350665
Sponsored by:	The FreeBSD Foundation
2019-08-14 20:45:00 +00:00
..
autofs
cd9660
cuse Free all allocated unit IDs in cuse(3) after the client character 2019-06-25 11:46:01 +00:00
deadfs
devfs Avoid relying on header pollution from sys/refcount.h. 2019-07-29 20:26:01 +00:00
ext2fs Avoid relying on header pollution from sys/refcount.h. 2019-07-29 20:26:01 +00:00
fdescfs
fifofs fcntl: fix overflow when setting F_READAHEAD 2019-06-20 23:07:20 +00:00
fuse fusefs: Fix the size of fuse_getattr_in 2019-08-14 20:45:00 +00:00
msdosfs
nfs
nfsclient
nfsserver
nullfs
procfs
pseudofs
smbfs Replay r349334 by markj accidentally reverted by r349352 2019-06-25 06:14:00 +00:00
tmpfs
udf
unionfs Try to decrease the number of bugs in unionfs after the VV_TEXT flag removal. 2019-08-01 14:40:37 +00:00