cvs commit: src/sys/vm vnode_pager.c src/sys/sys vnode.h src/sys/kern vfs_default.c

Poul-Henning Kamp phk at FreeBSD.org
Fri Jan 28 00:56:49 PST 2005


phk         2005-01-28 08:56:48 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vnode_pager.c 
    sys/sys              vnode.h 
    sys/kern             vfs_default.c 
  Log:
  Move the contents of vop_stddestroyvobject() to the new vnode_pager
  function vnode_destroy_vobject().
  
  Make the new function zero the vp->v_object pointer so we can tell
  if a call is missing.
  
  Revision  Changes    Path
  1.119     +1 -25     src/sys/kern/vfs_default.c
  1.275     +1 -0      src/sys/sys/vnode.h
  1.212     +33 -0     src/sys/vm/vnode_pager.c


More information about the cvs-all mailing list