HAMMER 30B/many: Minor bug fix.
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 23 Feb 2008 21:27:07 +0000 (21:27 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 23 Feb 2008 21:27:07 +0000 (21:27 +0000)
commit1a51eb21a43a022834ba7f67f0abe7d4e24016d2
treeefb766054234c9657c868bc75adb46227952501d
parenteb3f8f1fcdcd15509aea15d4b617fb3b16dbaaea
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