sys/vfs/hammer: remove obsolete comments on btree, etc
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 21 Feb 2015 20:14:50 +0000 (05:14 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 22 Feb 2015 13:15:52 +0000 (22:15 +0900)
commit51a31a39c6490ac24260ff4c41d10133cb069abc
treebdfbc5a9674a5d8068dcc03348949295c1225af5
parentcb86564c618f8d7bd40ca040cd328481a4ce4ef9
sys/vfs/hammer: remove obsolete comments on btree, etc

- hunk1: Use 'type' instead of 'subtype'. subtype was a different
  idea from type originally which no longer exist.

- hunk2: There is no longer a distiction of normal/meta btree node.
  It's either internal or leaf node, plus record elements within leaf.

- hunk3: Remove comments on subtype field that no longer exist,
  and add a comment on node size with 63-way btree.

- hunk4: These macros were only used in very early stage of hammer
  development.

- hunk5-6: Minor cleanups.
sys/vfs/hammer/hammer_btree.c
sys/vfs/hammer/hammer_btree.h
sys/vfs/hammer/hammer_ioctl.c