git: hammer2 - Fix hammer2_cluster_load_async() issue
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu May 21 18:49:49 PDT 2015
commit 0a61bbb3572074bd0c2cecc407cc5416866a26f2
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu May 21 18:48:06 2015 -0700
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.
Summary of changes:
sys/vfs/hammer2/hammer2_cluster.c | 16 ++--------------
1 file changed, 2 insertions(+), 14 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0a61bbb3572074bd0c2cecc407cc5416866a26f2
--
DragonFly BSD source repository
More information about the Commits
mailing list