summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/vfs_mount.c')
-rw-r--r--sys/kern/vfs_mount.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c
index 09ac9ad94d48..6a3d41ec1d50 100644
--- a/sys/kern/vfs_mount.c
+++ b/sys/kern/vfs_mount.c
@@ -371,8 +371,7 @@ next:
}
/*
- * ---------------------------------------------------------------------
- * Mount a filesystem
+ * Mount a filesystem.
*/
int
nmount(td, uap)
@@ -724,7 +723,6 @@ bail:
}
/*
- * ---------------------------------------------------------------------
* Old mount API.
*/
#ifndef _SYS_SYSPROTO_H_
@@ -1072,11 +1070,10 @@ vfs_domount(
}
/*
- * ---------------------------------------------------------------------
* Unmount a filesystem.
*
- * Note: unmount takes a path to the vnode mounted on as argument,
- * not special file (as before).
+ * Note: unmount takes a path to the vnode mounted on as argument, not
+ * special file (as before).
*/
#ifndef _SYS_SYSPROTO_H_
struct unmount_args {