commit | 1192d526412b1b8ccb1493064cea06efc12c772b | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@sgi.com> | Mon Sep 25 23:31:45 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Sep 26 08:48:50 2006 -0700 |
tree | 8caa9e73ae1ead8d057ca6d273ed091c324e9ef9 | |
parent | bd1b1677b5d4f39deda068bf5cc43ce3aaec839f [diff] |
[PATCH] Cleanup: Add zone pointer to get_page_from_freelist There are frequent references to *z in get_page_from_freelist. Add an explicit zone variable that can be used in all these places. Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>