Sorry, cannot test right now. Does this fix it for you?
diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c
index 6a1547854c9d..0cde451e5890 100644
--- a/sys/kern/vfs_syscalls.c
+++ b/sys/kern/vfs_syscalls.c
@@ -466,18 +466,12 @@ kern_getfsstat(struct thread *td, struct statfs
**buf, si
In message <201908181840.x7iiecal055...@repo.freebsd.org>, Mateusz Guzik
writes
:
> Author: mjg
> Date: Sun Aug 18 18:40:12 2019
> New Revision: 351193
> URL: https://svnweb.freebsd.org/changeset/base/351193
>
> Log:
> vfs: stop always overwriting ->mnt_stat in VFS_STATFS
>
> The struct is
Author: mjg
Date: Sun Aug 18 18:40:12 2019
New Revision: 351193
URL: https://svnweb.freebsd.org/changeset/base/351193
Log:
vfs: stop always overwriting ->mnt_stat in VFS_STATFS
The struct is already populated on each mount (and remount). Fields are either
constant or not used by filesyste