commit | 6b1de9161e973bac8c4675db608fe4f38d2689bd | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@suse.de> | Thu Nov 17 21:35:02 2005 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Nov 17 12:43:01 2005 -0800 |
tree | 3ab6aaad7d22dcb7a00a339b8b49c2f5b2ecc12d | |
parent | bb833986674ce1fc1b237b3d81459511ad2df393 [diff] |
[PATCH] VM: fix zone list restart in page allocatate 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>