A VM object is now required for vnode-based buffer cache ops. This
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 29 Mar 2006 20:46:07 +0000 (20:46 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 29 Mar 2006 20:46:07 +0000 (20:46 +0000)
commit83a5effe299e28571c547e919c1d9c627bceb9a6
treef726fe66caf40acb369d5930d2bd01705e5c1974
parentd8335585c567bc537a93c92c8afc4d222bd0efd0
A VM object is now required for vnode-based buffer cache ops.  This
is usually handled by VOP_OPEN but there are a few cases where UFS issues
buffer cache ops on vnodes that have not been opened, such as when creating
a new directory or softlink.
sys/kern/vfs_subr.c
sys/vfs/ufs/ufs_vnops.c