git: DragonFly_RELEASE_5_4 hammer2 - stabilization, fix delete-on-reclaim (2)
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Dec 17 13:55:57 PST 2018
commit f25b1a5fcec6f8f3b7dc92021d938e150ead7232
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Tue Dec 11 09:26:19 2018 -0800
hammer2 - stabilization, fix delete-on-reclaim (2)
* Fix double-delete. When an inode is finally deleted, the
HAMMER2_INODE_ISUNLINKED flag must be cleared to avoid a
double delete later in reclaim.
Summary of changes:
sys/vfs/hammer2/hammer2_inode.c | 6 +++++-
sys/vfs/hammer2/hammer2_vnops.c | 9 ---------
2 files changed, 5 insertions(+), 10 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f25b1a5fcec6f8f3b7dc92021d938e150ead7232
--
DragonFly BSD source repository
More information about the Commits
mailing list