MFC r300030:
Fix comments.
This commit is contained in:
parent
658278c1cd
commit
5bd465c67d
@ -512,7 +512,7 @@ ffs_mount(struct mount *mp)
|
||||
* We need the name for the mount point (also used for
|
||||
* "last mounted on") copied in. If an error occurs,
|
||||
* the mount point is discarded by the upper level code.
|
||||
* Note that vfs_mount() populates f_mntonname for us.
|
||||
* Note that vfs_mount_alloc() populates f_mntonname for us.
|
||||
*/
|
||||
if ((error = ffs_mountfs(devvp, mp, td)) != 0) {
|
||||
vrele(devvp);
|
||||
@ -1058,7 +1058,7 @@ ffs_mountfs(devvp, mp, td)
|
||||
(void) ffs_sbupdate(ump, MNT_WAIT, 0);
|
||||
}
|
||||
/*
|
||||
* Initialize filesystem stat information in mount struct.
|
||||
* Initialize filesystem state information in mount struct.
|
||||
*/
|
||||
MNT_ILOCK(mp);
|
||||
mp->mnt_kern_flag |= MNTK_LOOKUP_SHARED | MNTK_EXTENDED_SHARED |
|
||||
|
Loading…
x
Reference in New Issue
Block a user