phk         2004-11-09 23:12:45 UTC
  FreeBSD src repository
  Modified files:
    sys/ufs/ffs          ffs_vfsops.c 
  Log:
  Stop pretending to have a vm_object backing the underlying disk vnode:
  it isn't used for anything anywhere and the vnode_pager would explode
  if we attempted to.
  
  Revision  Changes    Path
  1.252     +0 -9      src/sys/ufs/ffs/ffs_vfsops.c