HAMMER VFS - vfs.hammer.double_buffer adjustments
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 20 Jan 2011 04:30:15 +0000 (20:30 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 20 Jan 2011 04:30:15 +0000 (20:30 -0800)
commit988866139de9f3c67c5a9c8b9a3809fcece2eb08
tree7f483c2a868dc725d3d7bbba24eaed7de3e13268
parent8ccefc8e0c2087757954d902718d4053c962001a
HAMMER VFS - vfs.hammer.double_buffer adjustments

* Do not try to use the (currently broken) _vnode_validate() to
  validate de-dup data when double_buffer is turned on.  Use the
  device buffer cache instead.
sys/vfs/hammer/hammer_dedup.c