git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb83398
)
[PATCH] VM: fix zone list restart in page allocatate
author
Jens Axboe
<axboe@suse.de>
Thu, 17 Nov 2005 20:35:02 +0000
(21:35 +0100)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Thu, 17 Nov 2005 20:43:01 +0000
(12:43 -0800)
We must reassign z before looping through the zones kicking kswapd,
since it will be NULL if we hit an OOM condition and jump back to the
beginning again. 'z' is initially assigned before the restart: label. So
move the restart label up a little.
Signed-off-by: Jens Axboe <axboe@suse.de>
mm/page_alloc.c
patch
|
blob
|
history
diff --cc
mm/page_alloc.c
Simple merge