git: hammer2 - Fix unlink/reclaim panic, add macro for "BOOT" key
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Aug 26 22:22:11 PDT 2015
commit f6197681c9ba3a56c21c1289568cdf8ad8705b0b
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Aug 26 20:37:04 2015 -0700
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.
Summary of changes:
sys/vfs/hammer2/hammer2.h | 2 +-
sys/vfs/hammer2/hammer2_chain.c | 2 +-
sys/vfs/hammer2/hammer2_disk.h | 1 +
sys/vfs/hammer2/hammer2_inode.c | 7 ++++++-
sys/vfs/hammer2/hammer2_vnops.c | 9 ++++++---
5 files changed, 15 insertions(+), 6 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f6197681c9ba3a56c21c1289568cdf8ad8705b0b
--
DragonFly BSD source repository
More information about the Commits
mailing list