mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Update comments to better match reality.
This commit is contained in:
parent
dc5d2b0281
commit
cdb5638a27
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue