Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358983
b: refs/heads/master
c: a2b52a5
h: refs/heads/master
i:
  358981: fe4fb3a
  358979: 4d66250
  358975: 4a16621
v: v3
  • Loading branch information
Namjae Jeon authored and Jaegeuk Kim committed Feb 11, 2013
1 parent ca8d566 commit b4d780f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 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: 3786dfdf4f00755ce5797c0e87eac8f898acb52c
refs/heads/master: a2b52a598a4df55782462acba3bdced1a4610a60
8 changes: 2 additions & 6 deletions trunk/fs/f2fs/node.c
Original file line number Diff line number Diff line change
Expand Up @@ -874,15 +874,11 @@ void ra_node_page(struct f2fs_sb_info *sbi, nid_t nid)
return;

if (read_node_page(apage, READA))
goto unlock_out;
unlock_page(apage);

page_cache_release(apage);
return;

unlock_out:
unlock_page(apage);
release_out:
page_cache_release(apage);
return;
}

struct page *get_node_page(struct f2fs_sb_info *sbi, pgoff_t nid)
Expand Down

0 comments on commit b4d780f

Please sign in to comment.