Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168568
b: refs/heads/master
c: e00e431
h: refs/heads/master
v: v3
  • Loading branch information
KAMEZAWA Hiroyuki authored and Linus Torvalds committed Nov 12, 2009
1 parent 0810027 commit 5d9f710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: b9f9d4706cb1b706f89f98ea6ead41ebecdefbc2
refs/heads/master: e00e431612c3a6e437a01f2129fd3843da0c982a
2 changes: 1 addition & 1 deletion trunk/mm/migrate.c
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ static int unmap_and_move(new_page_t get_new_page, unsigned long private,
struct page *newpage = get_new_page(page, private, &result);
int rcu_locked = 0;
int charge = 0;
struct mem_cgroup *mem;
struct mem_cgroup *mem = NULL;

if (!newpage)
return -ENOMEM;
Expand Down

0 comments on commit 5d9f710

Please sign in to comment.