summaryrefslogtreecommitdiffstats
path: root/mm/slab.h
diff options
context:
space:
mode:
authorWanpeng Li <liwanp@linux.vnet.ibm.com>2013-07-04 08:33:23 +0800
committerPekka Enberg <penberg@kernel.org>2013-07-07 18:37:47 +0300
commite25839f67948ca54fa55a45686d72c266f65f099 (patch)
tree485ed28182d02b2a86d3308f0da932e796b57b00 /mm/slab.h
parent0fa8103be4c20f893486c533e4c6dfbc5ccddeb4 (diff)
downloadop-kernel-dev-e25839f67948ca54fa55a45686d72c266f65f099.zip
op-kernel-dev-e25839f67948ca54fa55a45686d72c266f65f099.tar.gz
mm/slab: Sharing s_next and s_stop between slab and slub
This patch shares s_next and s_stop between slab and slub. Acked-by: Christoph Lameter <cl@linux.com> Signed-off-by: Wanpeng Li <liwanp@linux.vnet.ibm.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
Diffstat (limited to 'mm/slab.h')
-rw-r--r--mm/slab.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mm/slab.h b/mm/slab.h
index f96b49e..95c8860 100644
--- a/mm/slab.h
+++ b/mm/slab.h
@@ -271,3 +271,6 @@ struct kmem_cache_node {
#endif
};
+
+void *s_next(struct seq_file *m, void *p, loff_t *pos);
+void s_stop(struct seq_file *m, void *p);
OpenPOWER on IntegriCloud