Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358985
b: refs/heads/master
c: 369a708
h: refs/heads/master
i:
  358983: b4d780f
v: v3
  • Loading branch information
Jaegeuk Kim committed Feb 11, 2013
1 parent b187459 commit e1d69f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 324ddc702eb89fb4ec8ed0cb38b4563ba4804f88
refs/heads/master: 369a708c2a6557fabd409cf17a03db271c54931a
4 changes: 2 additions & 2 deletions trunk/fs/f2fs/node.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ static void ra_nat_pages(struct f2fs_sb_info *sbi, int nid)
f2fs_put_page(page, 1);
continue;
}
page_cache_release(page);
f2fs_put_page(page, 0);
}
}

Expand Down Expand Up @@ -877,7 +877,7 @@ void ra_node_page(struct f2fs_sb_info *sbi, nid_t nid)
unlock_page(apage);

release_out:
page_cache_release(apage);
f2fs_put_page(apage, 0);
return;
}

Expand Down

0 comments on commit e1d69f4

Please sign in to comment.