vfs_object_create() function is obsolete. Use vnode_create_vobject()

to create the backing object.

Reviewed by:	kib
This commit is contained in:
Kevin Lo 2012-01-18 02:27:09 +00:00
parent 11dc480601
commit 0ad9a4f449
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=230291

View File

@ -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