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

Poul-Henning Kamp phk at FreeBSD.org
Sun Jul 3 01:10:19 GMT 2005


phk         2005-01-24 21:21:59 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_default.c 
    sys/sys              vnode.h 
    sys/vm               vnode_pager.c vnode_pager.h 
  Log:
  Move the body of vop_stdcreatevobject() over to the vnode_pager under
  the name Sande^H^H^H^H^Hvnode_create_vobject().
  
  Make the new function take a size argument which removes the need for
  a VOP_STAT() or a very pessimistic guess for disks.
  
  Call that new function from vop_stdcreatevobject().
  
  Make vnode_pager_alloc() private now that its only user came home.
  
  Revision  Changes    Path
  1.116     +1 -50     src/sys/kern/vfs_default.c
  1.272     +1 -0      src/sys/sys/vnode.h
  1.211     +50 -0     src/sys/vm/vnode_pager.c
  1.20      +0 -1      src/sys/vm/vnode_pager.h



More information about the cvs-src mailing list