DragonFly BSD
DragonFly commits List (threaded) for 2004-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/vfs/ufs


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 8 Nov 2004 20:25:59 -0800 (PST)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]