Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5579
b: refs/heads/master
c: 74f9c9c
h: refs/heads/master
i:
  5577: f360db9
  5575: 2c73feb
v: v3
  • Loading branch information
Roman Zippel authored and Linus Torvalds committed Aug 2, 2005
1 parent be06135 commit a5346ea
Show file tree
Hide file tree
Showing 3 changed files with 5 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: f76d28d235cf777dd2e1c1d48c16ee10c1d1587f
refs/heads/master: 74f9c9c258249fba3e2e78f70691528426a6c010
2 changes: 2 additions & 0 deletions trunk/fs/hfs/bnode.c
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,8 @@ void hfs_bnode_put(struct hfs_bnode *node)
return;
}
for (i = 0; i < tree->pages_per_bnode; i++) {
if (!node->page[i])
continue;
mark_page_accessed(node->page[i]);
#if REF_PAGES
put_page(node->page[i]);
Expand Down
2 changes: 2 additions & 0 deletions trunk/fs/hfsplus/bnode.c
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,8 @@ void hfs_bnode_put(struct hfs_bnode *node)
return;
}
for (i = 0; i < tree->pages_per_bnode; i++) {
if (!node->page[i])
continue;
mark_page_accessed(node->page[i]);
#if REF_PAGES
put_page(node->page[i]);
Expand Down

0 comments on commit a5346ea

Please sign in to comment.