cvs commit: src/sys/kern vfs_bio.c src/sys/vm vm_param.h

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Apr 1 14:22:06 PST 2006


dillon      2006/04/01 14:20:19 PST

DragonFly src repository

  Modified files:
    sys/kern             vfs_bio.c 
    sys/vm               vm_param.h 
  Log:
  Require that *ALL* vnode-based buffer cache ops be backed by a VM object.
  No exceptions.  Start simplifying the getblk() based on the new requirements.
  
  Revision  Changes    Path
  1.61      +31 -49    src/sys/kern/vfs_bio.c
  1.3       +1 -3      src/sys/vm/vm_param.h


http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_bio.c.diff?r1=1.60&r2=1.61&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/vm/vm_param.h.diff?r1=1.2&r2=1.3&f=u





More information about the Commits mailing list