git: sys/vfs/hammer: Fix wrong comment on B-Tree node count
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Thu Sep 24 07:46:36 PDT 2015
commit 3b7d788ec642be66f14af3c37089b04d6eb5e672
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Mon Sep 21 13:41:58 2015 +0900
sys/vfs/hammer: Fix wrong comment on B-Tree node count
cursor->node->base->count
was right in the early stage of hammer devel,
but it has changed to
cursor->node->ondisk->count
Summary of changes:
sys/vfs/hammer/hammer_btree.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3b7d788ec642be66f14af3c37089b04d6eb5e672
--
DragonFly BSD source repository
More information about the Commits
mailing list