aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMaxime Henrion <mux@FreeBSD.org>2002-05-23 23:18:25 +0000
committerMaxime Henrion <mux@FreeBSD.org>2002-05-23 23:18:25 +0000
commitcdb5638a276c88b2cd07dc63597132bef2be6505 (patch)
treefd0b5df54b305d4e40e116bec35af2be5edd191e /sys
parentdc5d2b0281fe8003897cf5e2d943f1f7c7f8e17e (diff)
downloadsrc-cdb5638a276c88b2cd07dc63597132bef2be6505.tar.gz
src-cdb5638a276c88b2cd07dc63597132bef2be6505.zip
Update comments to better match reality.
Notes
Notes: svn path=/head/; revision=97188
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/mount.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index 7be2b0541726..9dd5b45b5d9e 100644
--- a/sys/sys/mount.h
+++ b/sys/sys/mount.h
@@ -143,8 +143,8 @@ struct mount {
struct lock mnt_lock; /* mount structure lock */
int mnt_writeopcount; /* write syscalls in progress */
int mnt_flag; /* flags shared with user */
- struct vfsoptlist *mnt_opt; /* mount options */
- struct vfsoptlist *mnt_optnew; /* for MNT_UPDATE */
+ struct vfsoptlist *mnt_opt; /* current mount options */
+ struct vfsoptlist *mnt_optnew; /* new options passed to fs */
int mnt_kern_flag; /* kernel only flags */
int mnt_maxsymlinklen; /* max size of short symlink */
struct statfs mnt_stat; /* cache of filesystem stats */