We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e38e88 commit 4aeb6d0Copy full SHA for 4aeb6d0
fs/hfs/bnode.c
@@ -574,6 +574,7 @@ void hfs_bnode_put(struct hfs_bnode *node)
574
if (test_bit(HFS_BNODE_DELETED, &node->flags)) {
575
hfs_bnode_unhash(node);
576
spin_unlock(&tree->hash_lock);
577
+ hfs_bnode_clear(node, 0, tree->node_size);
578
hfs_bmap_free(node);
579
hfs_bnode_free(node);
580
return;
0 commit comments