Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359282
b: refs/heads/master
c: 899bed0
h: refs/heads/master
v: v3
  • Loading branch information
Vyacheslav Dubeyko authored and Linus Torvalds committed Feb 28, 2013
1 parent be27f16 commit 8947721
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 324ef39a8a4f693035d63527f16100ed27310ecc
refs/heads/master: 899bed05e9f6bbb21776f9ebd88f5631987f987a
2 changes: 2 additions & 0 deletions trunk/fs/hfsplus/bnode.c
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,8 @@ void hfs_bnode_put(struct hfs_bnode *node)
if (test_bit(HFS_BNODE_DELETED, &node->flags)) {
hfs_bnode_unhash(node);
spin_unlock(&tree->hash_lock);
hfs_bnode_clear(node, 0,
PAGE_CACHE_SIZE * tree->pages_per_bnode);
hfs_bmap_free(node);
hfs_bnode_free(node);
return;
Expand Down

0 comments on commit 8947721

Please sign in to comment.