From 0ad9a4f4490ba6ed76b6aef825cded389727d62a Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Wed, 18 Jan 2012 02:27:09 +0000 Subject: [PATCH] vfs_object_create() function is obsolete. Use vnode_create_vobject() to create the backing object. Reviewed by: kib --- share/man/man9/vnode.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9 index cfc6f7d5f7ff..eba208f06387 100644 --- a/share/man/man9/vnode.9 +++ b/share/man/man9/vnode.9 @@ -119,13 +119,13 @@ No type. .It Dv VREG A regular file; may be with or without VM object backing. If you want to make sure this get a backing object, call -.Xr vfs_object_create 9 . +.Fn vnode_create_vobject . .It Dv VDIR A directory. .It Dv VBLK A block device; may be with or without VM object backing. If you want to make sure this get a backing object, call -.Xr vfs_object_create 9 . +.Fn vnode_create_vobject . .It Dv VCHR A character device. .It Dv VLNK