cvs commit: src/sys/vfs/ufs
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Mon Nov  8 20:27:41 PST 2004
    
    
  
dillon      2004/11/08 20:25:59 PST
DragonFly src repository
  Modified files:
    sys/vfs/ufs          ffs_vfsops.c 
  Log:
  vfs_object_create() was being called too early on devvp in the FFS mount
  code, causing FFS's devvp to not be VMIO backed.  This also tickled a
  softupdates bug which has been separately fixed.
  
  Its nice to know that everything still works without devvp being VMIO backed,
  but we really want to back it :-).  This fixes it.
  
  Revision  Changes    Path
  1.27      +13 -12    src/sys/vfs/ufs/ffs_vfsops.c
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/ufs/ffs_vfsops.c.diff?r1=1.26&r2=1.27&f=u
    
    
More information about the Commits
mailing list