1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-19 15:33:56 +00:00

Catch up with a comment that changed in rev1.73 of mount.h

PR:		25836
Submitted by:	Tony Finch <dot@dotat.at>
This commit is contained in:
Ben Smithurst 2001-03-29 00:29:00 +00:00
parent e649781cea
commit fa6b8c1f53
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74971

View File

@ -76,7 +76,7 @@ long f_files; /* total file nodes in file system */
long f_ffree; /* free file nodes in fs */
fsid_t f_fsid; /* file system id */
uid_t f_owner; /* user that mounted the filesystem */
int f_type; /* type of filesystem (see below) */
int f_type; /* type of filesystem */
int f_flags; /* copy of mount flags */
long f_syncwrites; /* count of sync writes since mount */
long f_asyncwrites; /* count of async writes since mount */