Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362598
b: refs/heads/master
c: d72515b
h: refs/heads/master
v: v3
  • Loading branch information
Xishi Qiu authored and Linus Torvalds committed Apr 17, 2013
1 parent 6b3070c commit 1e09fa3
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: 12f267a20aecf8b84a2a9069b9011f1661c779b4
refs/heads/master: d72515b85a6583db131ec6032978e3c9d4291d95
2 changes: 1 addition & 1 deletion trunk/mm/vmscan.c
Original file line number Diff line number Diff line change
Expand Up @@ -3188,9 +3188,9 @@ int kswapd_run(int nid)
if (IS_ERR(pgdat->kswapd)) {
/* failure at boot is fatal */
BUG_ON(system_state == SYSTEM_BOOTING);
pgdat->kswapd = NULL;
pr_err("Failed to start kswapd on node %d\n", nid);
ret = PTR_ERR(pgdat->kswapd);
pgdat->kswapd = NULL;
}
return ret;
}
Expand Down

0 comments on commit 1e09fa3

Please sign in to comment.