cvs commit: src/sys/kern src/sys/sys

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Aug 25 12:15:38 PDT 2004


dillon      2004/08/25 12:14:40 PDT

DragonFly src repository

  Modified files:
    sys/kern             vfs_vopops.c 
    sys/sys              vfsops.h 
  Log:
  VFS messaging/interfacing work stage 3/99:  Bring in the journaling
  (and other) facilities infrastructure.  This is not yet operational and
  will probably change, but is being brought in now to serve as a foil to
  ensure that the namespace and range locking work is properly integrated with
  the intended journaling and cache coherency infrastructure.
  
  This commit also reserves some space in the vop_ops args structures to
  reduce pain later on.
  
  Since no flags are yet set in vop_ops this commit should not result in
  any operational changes.
  
  Revision  Changes    Path
  1.3       +467 -103  src/sys/kern/vfs_vopops.c
  1.3       +27 -5     src/sys/sys/vfsops.h


http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_vopops.c.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/vfsops.h.diff?r1=1.2&r2=1.3&f=u





More information about the Commits mailing list