1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/sys/fs/nwfs
Poul-Henning Kamp 743312367a VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases
doesn't.  Most of the implementations have grown weeds for this so they
copy some fields from mnt_stat if the passed argument isn't that.

Fix this the cleaner way:  Always call the implementation on mnt_stat
and copy that in toto to the VFS_STATFS argument if different.
2004-12-05 22:41:02 +00:00
..
nwfs_io.c Remove unused B_WRITEINPROG flag 2004-09-15 21:49:22 +00:00
nwfs_ioctl.c Return ENOTTY on unrecognized ioctls. 2002-09-26 14:08:37 +00:00
nwfs_mount.h More s/file system/filesystem/g 2002-05-16 21:28:32 +00:00
nwfs_node.c Back when VOP_* was introduced, we did not have new-style struct 2004-12-01 23:16:38 +00:00
nwfs_node.h KSE Milestone 2 2001-09-12 08:38:13 +00:00
nwfs_subr.c Split the global timezone structure into two integer fields to 2003-02-03 19:49:35 +00:00
nwfs_subr.h KSE Milestone 2 2001-09-12 08:38:13 +00:00
nwfs_vfsops.c VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases 2004-12-05 22:41:02 +00:00
nwfs_vnops.c Back when VOP_* was introduced, we did not have new-style struct 2004-12-01 23:16:38 +00:00
nwfs.h Back when VOP_* was introduced, we did not have new-style struct 2004-12-01 23:16:38 +00:00