From: François Tigeot Date: Mon, 15 Aug 2011 05:35:12 +0000 (+0200) Subject: VFS_START() uses only two arguments X-Git-Tag: v2.12.0~204 X-Git-Url: https://gitweb.dragonflybsd.org/~tuxillo/dragonfly.git/commitdiff_plain/5809ad81e6119e171631521299b6b81bf2bcb532 VFS_START() uses only two arguments --- diff --git a/share/man/man9/VFS_START.9 b/share/man/man9/VFS_START.9 index 983685ec19..03c2a1a3fc 100644 --- a/share/man/man9/VFS_START.9 +++ b/share/man/man9/VFS_START.9 @@ -37,7 +37,7 @@ .In sys/mount.h .In sys/vnode.h .Ft int -.Fn VFS_START "struct mount *mp" "int flags" "struct proc *p" +.Fn VFS_START "struct mount *mp" "int flags" .Sh DESCRIPTION This is called after .Xr VFS_MOUNT 9 @@ -48,8 +48,6 @@ Its arguments are: The filesystem. .It Ar flags ?? -.It Ar p -Process which is starting the filesystem. .El .Sh SEE ALSO .Xr VFS 9 ,