freebsd-dev/sys/gnu
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
..
dev/sound/pci /* -> /*- for copyright notices, minor format tweaks as necessary 2005-01-06 18:27:30 +00:00
ext2fs Create a vp->v_object in VFS_FHTOVP() if we want to be exportable 2005-01-24 21:51:19 +00:00
fs/ext2fs Create a vp->v_object in VFS_FHTOVP() if we want to be exportable 2005-01-24 21:51:19 +00:00