hammer2 - Fix unlink/reclaim panic, add macro for "BOOT" key
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 27 Aug 2015 03:37:04 +0000 (20:37 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 27 Aug 2015 03:37:04 +0000 (20:37 -0700)
commitf6197681c9ba3a56c21c1289568cdf8ad8705b0b
tree9cd84e304a37bbc341733364ca303f6b27612e44
parenta69ad464482d4f28b6df4bcb771e26486e8a68b1
hammer2 - Fix unlink/reclaim panic, add macro for "BOOT" key

* Fix confusion where an inode would erronously be placed on the unlinkq
  even though it was not moved to the hidden directory.

* Add HAMMER2_BOOT_KEY for use by libstand.
sys/vfs/hammer2/hammer2.h
sys/vfs/hammer2/hammer2_chain.c
sys/vfs/hammer2/hammer2_disk.h
sys/vfs/hammer2/hammer2_inode.c
sys/vfs/hammer2/hammer2_vnops.c