freebsd-src/sys/ufs
Poul-Henning Kamp 625d4bc03a Create a vp->v_object in VFS_FHTOVP() if we want to be exportable
with NFS.

We are moving responsibility for creating the vnode_pager object into
the filesystems which own the vnode, and this is one of the places
we have to cover.

We call vnode_create_vobject() directly because we own the vnode.

If we can get the size easily, pass it as an argument to save the
call to VOP_GETATTR() in vnode_create_vobject()
2005-01-24 21:51:19 +00:00
..
ffs - Convert the global LK lock to a mutex. 2005-01-24 10:18:31 +00:00
ufs Create a vp->v_object in VFS_FHTOVP() if we want to be exportable 2005-01-24 21:51:19 +00:00