HAMMER 34B/many: Stabilization pass.
commit2ae23e2e5ccc2d0e5a00ebe554d1887ba64af568
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 23 Mar 2008 04:43:26 +0000 (23 04:43 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 23 Mar 2008 04:43:26 +0000 (23 04:43 +0000)
treee34ca59950a9ed25f88f2b76b25d7c3ca4e5da0f
parentb1193365b38a392e9675487c31c520d0fa8f2281
HAMMER 34B/many: Stabilization pass.

Lookups on non-data in-memory records (aka symlinks) were failing, causing
readlink() to fail prior to the record being synchronized to disk.  Fix
the memory record search code to properly handle ASOF.

buildworld now completes with a HAMMER /usr/obj.
sys/vfs/hammer/hammer_object.c