sys/vfs/hammer: fix comment regarding unknown object type
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Fri, 20 Feb 2015 21:54:14 +0000 (06:54 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Fri, 20 Feb 2015 22:03:43 +0000 (07:03 +0900)
commit098f3e0cf8c0b6b894828fe99e6fc78af6721407
tree46fca5825ef489b7d9c9be1ca2a9ec75d0fc9af7
parentec854818446c12dc21dc410ab68d59499def65b7
sys/vfs/hammer: fix comment regarding unknown object type

- There are btree nodes that have 0 (HAMMER_OBJTYPE_UNKNOWN) for
  obj_type although those are not created to be unknown nodes.
  For example PFS record of / has 0 for obj_type.
sys/vfs/hammer/hammer_disk.h