freebsd-dev/sys/fs
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
..
cd9660 Create a vp->v_object in VFS_FHTOVP() if we want to be exportable 2005-01-24 21:51:19 +00:00
coda Remove unused coda_fbsd_getpages() 2005-01-19 08:24:53 +00:00
deadfs Whitespace in vop_vector{} initializations. 2005-01-13 18:59:48 +00:00
devfs Whitespace in vop_vector{} initializations. 2005-01-13 18:59:48 +00:00
fdescfs Whitespace in vop_vector{} initializations. 2005-01-13 18:59:48 +00:00
fifofs Whitespace in vop_vector{} initializations. 2005-01-13 18:59:48 +00:00
hpfs Eliminate unused and unnecessary "cred" argument from vinvalbuf() 2005-01-14 07:33:51 +00:00
msdosfs Create a vp->v_object in VFS_FHTOVP() if we want to be exportable 2005-01-24 21:51:19 +00:00
ntfs Create a vp->v_object in VFS_FHTOVP() if we want to be exportable 2005-01-24 21:51:19 +00:00
nullfs Kill the VV_OBJBUF and test the v_object for NULL instead. 2005-01-24 13:13:57 +00:00
nwfs whitespace nit 2005-01-19 09:07:56 +00:00
portalfs Whitespace in vop_vector{} initializations. 2005-01-13 18:59:48 +00:00
procfs /* -> /*- for copyright notices, minor format tweaks as necessary 2005-01-06 18:10:42 +00:00
pseudofs Whitespace in vop_vector{} initializations. 2005-01-13 18:59:48 +00:00
smbfs Eliminate unused and constant arguments to smbfs_vinvalbuf() 2005-01-14 08:52:55 +00:00
udf Create a vp->v_object in VFS_FHTOVP() if we want to be exportable 2005-01-24 21:51:19 +00:00
umapfs Whitespace in vop_vector{} initializations. 2005-01-13 18:59:48 +00:00
unionfs Kill the VV_OBJBUF and test the v_object for NULL instead. 2005-01-24 13:13:57 +00:00