HAMMER VFS - Fix assertion in hammer_btree_mirror_propagate()
commit95885f2087bf8a2ded4c9db3a3ab808140d49bae
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 3 Mar 2010 01:29:14 +0000 (2 17:29 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 3 Mar 2010 01:29:14 +0000 (2 17:29 -0800)
treeb814dabeb3ee1b3a28105aed3f6684d8db392da6
parent1bcaecda7c9b82295c7b80c59b72e9f6ad8758db
HAMMER VFS - Fix assertion in hammer_btree_mirror_propagate()

* hammer_btree_mirror_propagate() asserts it is on an internal node but
  recovery operations can now place us on a leaf, so just loop if we
  are on a leaf and remove the assertion.
sys/vfs/hammer/hammer_btree.c