slob: clean up the code
authorAmérico Wang <xiyou.wangcong@gmail.com>
Sun, 18 Jan 2009 18:00:38 +0000 (02:00 +0800)
committerPekka Enberg <penberg@cs.helsinki.fi>
Mon, 19 Jan 2009 08:10:22 +0000 (10:10 +0200)
commit6e9ed0cc4b963fde66ab47d9fb19147631e44555
treee758725d3d6202f96268770c89f7d348c7d23763
parenta6525042bfdfcab128bd91fad264de10fd24a55e
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>
mm/slob.c