hammer2 - Fix hammer2_cluster_load_async() issue
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 22 May 2015 01:48:06 +0000 (18:48 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 22 May 2015 01:48:06 +0000 (18:48 -0700)
commit0a61bbb3572074bd0c2cecc407cc5416866a26f2
tree6a1873e7613a6861a3e7e6568508e22a6c696af3
parentbeb328783ef65f8a533f3eee12c21c55d64c35f3
hammer2 - Fix hammer2_cluster_load_async() issue

* Fix a hammer2_cluster_load_async() issue. Old code hardwired the cluster
  index to 0, but this might not be a validated chain.  Use cluster->focus
  instead.
sys/vfs/hammer2/hammer2_cluster.c