sys/vfs/hammer: Fix wrong comment on B-Tree node count
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 21 Sep 2015 04:41:58 +0000 (13:41 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Thu, 24 Sep 2015 14:09:54 +0000 (23:09 +0900)
commit3b7d788ec642be66f14af3c37089b04d6eb5e672
tree3856d2b21ff1e86a71867bbb235800723a59b286
parent78c4be8325e7e06b512f32fb51bcd9339533fcf5
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
sys/vfs/hammer/hammer_btree.c