dillon      2008/02/23 13:27:07 PST

DragonFly src repository

  Modified files:
    sys/vfs/hammer       hammer_object.c hammer_vnops.c 
  Log:
  HAMMER 30B/many: Minor bug fix.
  
  * Undo some inode/data synchronization magic that could result in HAMMER
    trying to write out the same data record with the same TID more then once.
  
    This will cause historical access to not be quite in sync, and the real
    solution is going to require some more involved coding in VOP_WRITE
    instead of VOP_STRATEGY (which is too late).
  
  Revision  Changes    Path
  1.32      +3 -2      src/sys/vfs/hammer/hammer_object.c
  1.32      +10 -0     src/sys/vfs/hammer/hammer_vnops.c


http://www.dragonflybsd.org/cvsweb/src/sys/vfs/hammer/hammer_object.c.diff?r1=1.31&r2=1.32&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/hammer/hammer_vnops.c.diff?r1=1.31&r2=1.32&f=u

Reply via email to