commit | 6e9ed0cc4b963fde66ab47d9fb19147631e44555 | [log] [tgz] |
---|---|---|
author | Américo Wang <xiyou.wangcong@gmail.com> | Mon Jan 19 02:00:38 2009 +0800 |
committer | Pekka Enberg <penberg@cs.helsinki.fi> | Mon Jan 19 10:10:22 2009 +0200 |
tree | e758725d3d6202f96268770c89f7d348c7d23763 | |
parent | a6525042bfdfcab128bd91fad264de10fd24a55e [diff] |
slob: clean up the code - Use NULL instead of plain 0; - Rename slob_page() to is_slob_page(); - Define slob_page() to convert void* to struct slob_page*; - Rename slob_new_page() to slob_new_pages(); - Define slob_free_pages() accordingly. Compile tests only. Signed-off-by: WANG Cong <wangcong@zeuux.org> Signed-off-by: Matt Mackall <mpm@selenic.com> Cc: Christoph Lameter <cl@linux-foundation.org> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>