HAMMER 30B/many: Minor bug fix.
commit6b4f5891e9e90337f5f00da55807199e5f381a11
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 23 Feb 2008 21:27:07 +0000 (23 21:27 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 23 Feb 2008 21:27:07 +0000 (23 21:27 +0000)
tree067d1eb8ecef5b82db228e58301b69aa0c16c307
parented58690a21b1fbc120984f54c1de19a4246b71da
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).
sys/vfs/hammer/hammer_object.c
sys/vfs/hammer/hammer_vnops.c