sys/vfs/hammer: Remove signature from ondisk node
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 24 Nov 2015 16:00:26 +0000 (01:00 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 24 Nov 2015 16:19:00 +0000 (01:19 +0900)
commit79082206b0b1b9c651f2f77e1096788a28387c7b
treed8ec879abdbc632ee589cc0ae1725f8ca3aff272
parentf31626ea717ec05180b001f63653f1f956604b8e
sys/vfs/hammer: Remove signature from ondisk node

The node signature was added in the early stage of hammer
development, but it's no longer used for anything except
that newfs_hammer sets the field to GOOD (for no reason).

c461935c added some code to propagate the GOOD signature
on node split (just to make it look a bit more sane), but
it's useless anyway.

This commit changes the signature field to reserved00,
and also gets rid of HAMMER_BTREE_SIGNATURE_XXX macros.
The change doesn't affect anything just like c461935c did
nothing good or bad.
sbin/hammer/cmd_show.c
sbin/newfs_hammer/newfs_hammer.c
sys/vfs/hammer/hammer_btree.c
sys/vfs/hammer/hammer_btree.h