summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_mount.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2007-03-05 13:10:58 +0000
committerRobert Watson <rwatson@FreeBSD.org>2007-03-05 13:10:58 +0000
commit873fbcd776b5c6e0b7caa1f1f87cc91a12d339db (patch)
tree2dd9323b62ee1cbf7eb55c41c1cc9c518ebd0111 /sys/kern/vfs_mount.c
parent491deb49c4d5eb6b35205a3079202be044f81742 (diff)
Notes
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 {